Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4559

svn copy segfaults with pin externals

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 1.9.0
    • libsvn_client
    • None

    Description

      doing a simple
      svn copy https://fileserver/svn/fileserver1/trunk
      https://fileserver/svn/fileserver1/branches/pintest3 --pin-externals
      causes a segfault in copy.c, line 1331:
      info->src_path = svn_relpath_join(parent_info->src_path,
                                                  dst_relpath,
                                                  result_pool);
      
      because parent_info->src_path is NULL.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            steveking Stefan Küng
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: