Attila Nagy <b...@fsn.hu> writes: > I'm trying to update a working copy of some tens of GBs with svn 1.7.1
Did you upgrade with 1.7.0 or 1.7.1? > $ svn up > Updating '.': > svn: E235000: In file '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) > Abort (core dumped) Can you show us a gdb stack trace? How many working nodes do you have? sqlite3 .svn/wc.db "select count (*) from nodes where op_depth > 0" -- Philip