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 have seen a lot of threads and answer to the same question. What I saw most is "Run Cleanup" to the top level of the directory. But I have tried it most and Still I got the error. So What I did is to resolve it to the completion.
Install sqllite (32 bit binary for windows). Put the exe in the folder where the top level .svn directory resides.
sqlite .svn/wc.db “select * from work_queue”;
delete from work_queue;
Execute these three statements and after this run cleanup. It will run without any hassel.