Issue: svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted.
Solution: Download and extract files from below link, and paste these files on root of the project/checkout folder.
https://gcubeftp.gc-solutions.net/IT/Home/Softwares/sqlite.zip
Open cmd and navigate to the project/checkout folder.
Copy the below commands as it is and paste same on cmd one by one.
Command:
sqlite3.exe .svn/wc.db "select * from work_queue"
sqlite3.exe .svn/wc.db "delete from work_queue"
Run the cleanup again. Once copmleted remove those sqlite files from root of the project/checkout folder