Frank Capodieci wrote on Tue, Jan 17, 2012 at 12:13:43 -0800: > I got an exception on update; Windows 7 Home Premium 64-bit. I have been > using Tortoise for over a year without problem. I don't think I was doing > anything unusual today except for having a large number of unversioned > binary files in the folder. >
What is the nature of the changes that update was trying to pull? (You can determine that with 'svn log -q -v -r BASE:HEAD', or with the equivalent Tortoise screen.) Specifically, do they include any tree changes, or symlink changes? Do you have any outstanding uncommitted modifications in your working copy? > --------------------------- > Subversion Exception! > --------------------------- > ... > > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.3\ext\subversion\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) > --------------------------- > OK > ---------------------------