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

assert on update changing file to symlink

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.7.x
    • 1.7.x
    • libsvn_wc
    • None

    Description

      svnadmin create repo
      svn co file://`pwd`/repo wc
      touch wc/foo
      svn add wc/foo
      svn ci -mm wc
      svn up wc
      touch wc/bar
      svn add wc/bar
      rm wc/foo
      ln -s bar wc/foo
      svn ps svn:special '*' wc/foo
      svn ci -mm wc
      svn up -r1 wc
      svn: E235000: In file '../src-1.7/subversion/libsvn_wc/update_editor.c' line
      1583: assertion failed (action == svn_wc_conflict_action_edit || action ==
      svn_wc_conflict_action_delete || action == svn_wc_conflict_action_replace)
      Aborted (core dumped)
      
      Similar problem updating from r1 to r2.
      
      Interesting that 1.8 gives a tree-conflict on update!
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: