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
- duplicates
-
SVN-4091 assert replacing file with symlink
- Closed