This morning i was committing several items to a svn repository. During the commit operation my operating system crashed and now all svn commands (Including clean up) ends up wi
I tried the top solution by Sigurd V, but the SELECT query gave me errors. I'm using SVN 1.9.2 and SQLite 3.13.0.
To clarify, the file to download from SQLite site is "sqlite-tools-win32-x86-3130000.zip(1.51 MiB)"
Here is what I did with help form our software eng:
sqlite3.exe .svn/wc.db
sqlite> select * from work_queue;
sqlite> delete from work_queue;
Screenshot showing step3/4/5: