svn clean up 出错解决方案

问题描述:svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”。
无论你到那个父层次的目录执行“clean up “,都是报一样的错。执行cleanup时候,提示要cleanup。看来是进入死循环了。
1.下载sqlite3.exe 到.svn同目录下
2.按下shift键在本目录打开cmd窗口
3.执行:sqlite3 .svn/wc.db "select * from work_queue"
4.查看执行结果(就是未完成的命令)
5.执行:sqlite3 .svn/wc.db "delete from work_queue"
6.重新对文件夹执行clean up 命令

posted @ 2017-01-16 09:26  __Bruce  阅读(936)  评论(0编辑  收藏  举报