Patrick Quirk <p.qu...@smt.com> writes: > I upgraded to 1.7 yesterday when the new version of Tortoise came out, > and used it with no issues last evening and today until I encountered > this assertion: > > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c' > line 672: assertion failed (checksum != NULL)
Is this a working copy that you checked-out with the old 1.6 Tortoise and upgraded to 1.7, or is it a working copy that you checked-out with 1.7? > Now any time I attempt anything (cleanup, update, commit, etc) in that > WC I always get this assertion (using Tortoise or the command line). > I got it first while running an update on my working copy after > resolving a conflict (resolved using 'theirs'). A text-conflict or a tree-conflict? Do you have any local modifications to the working copy? Adds, deletes, copies etc.? Is the sqlite3 utility readily available on Windows? If it is then run: sqlite3 .svn/wc.db "select * from work_queue" -- Philip