SVN cleanup failed–previous operation have not finished; Run cleanup if it was interrupted
The specific error I was seeing:
Previous operation have not finished; Run ' cleanup ' if it was interrupted
Solution:
The data is stored in the Wc.db sqllite database in the offending folder.
1. Install sqllite (+ bit binary for Windows) from here
2. sqlite. Svn/wc.db "SELECT * from Work_queue"
The SELECT should show you your offending folder/file as part of the work queue. What's need to does is delete this item from the work queue.
3. SQLite. svn/wc.db "Delete from Work_queue"
That ' s it. Now, you can run cleanup Again–and it should work. Or you can proceed directly to the task you were doing before being prompted to run cleanup (adding a new file etc)
Also, Svn.exe (a command line tool) are part of the tortoise installer–but are unchecked for some reason. Just Run the installer again, choose ' Modify ' and select the ' command line tools '.
SVN Previous operation have not finished; Run ' cleanup ' if it was interrupted