On Sat, Dec 17, 2011 at 03:40:03AM -0600, Jonathan Nieder wrote: > The test suite ends up tripping more assertions, like this one: > > svn: E235000: In file > '/home/jrn/src/subversion/subversion/libsvn_wc/update_editor.c' line 1582: > assertion failed (action == svn_wc_conflict_action_edit || action == > svn_wc_conflict_action_delete || action == svn_wc_conflict_action_replace) > Aborted (core dumped) >
That looks like the symlink update bug fixed in 1.7.2 Version 1.7.2 (02 Dec 2011, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.2 [...] * fix an assertion failure when a symlink is updated (r1186944, -81, -83)