Erik Faye-Lund <kusmabite <at> gmail.com> writes:
> In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\... > line 1582: ... > --------------------------- Same with SVN 1.7.1 (Tortoise 1.7.1 or Subclipse 1.8.0) Updating '.': svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\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) This assert can be triggered triggered, when in a directory one file is deleted, one file is added and a SymLink changes: before: libXXX.so.1.2.3 libXXX.so -> Symlink to libXXX.so.1.2.3 after: libXXX.so.5.6.7 libXXX.so -> Symlink to libXXX.so.5.6.7 That changeset was commited with a SVN 1.6.17 client and can also be updated with that version, but V1.7.x clients assert there. Hope that helps, Ivo