解决SVN Cleanup时遇到错误信息:Cleanup failed to process the following paths:xxxxxxx Previous operation has not finished: run 'cleanup' if it was interrupted Please execute the 'Cleanup' command.

参考:

http://bigmiao.com/Program/Item/61

 

1. 下载 Sqlite3.exe

2. 将Sqlite3.exe放到.svn的同级目录

3. 在cmd控制台中将盘符转到svn版本控制的文件夹

4. 执行sqlite3 .svn/wc.db "select * from work_queue"

5. 看到work_queue中保存的工作队列

6. 执行sqlite3 .svn/wc.db "delete from work_queue" 删除工作队列

7. 重新执行Cleanup命令,成功!

posted @ 2019-03-27 09:49  宅山仔  阅读(522)  评论(0)    收藏  举报