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

break move in delete assertion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 1.9.0
    • libsvn_wc
    • None

    Description

      SEGV when resolve breaks a move inside a delete:
      
      svnadmin create repo
      svnmucc -mm -U file://`pwd`/repo mkdir A mkdir A/B mkdir X mkdir X/Y
      svnmucc -mm -U file://`pwd`/repo propset p v X/Y
      
      svn co file://`pwd`/repo@1 wc
      svn mv wc/X/Y wc/A/Y
      svn rm --force wc/X
      
      svn up --accept postpone wc
      svn resolve --accept mc wc/X
      svn resolve --accept working wc/X/Y
      
      ../src/subversion/libsvn_wc/wc_db_update_move.c:2493:
      (apr_err=SVN_ERR_ASSERTION_FAIL)
      svn: E235000: In file '../src/subversion/libsvn_wc/wc_db_update_move.c' line
      2493: assertion failed (move_src_op_root_relpath != NULL &&
      move_dst_op_root_relpath != NULL)
      Aborted
      
      
      Reported on users:
      
      http://mail-archives.apache.org/mod_mbox/subversion-users/201404.mbox/%3C201404151552.48781.stilor@att.net%3E
      http://svn.haxx.se/users/archive-2014-04/0100.shtml
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: