SVN clean失败解决方法【转】

原文地址:
http://blog.csdn.net/victory08/article/details/42100325/

 

svn执行clean up后出现提示:svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。

错误如下:

 

解决方法:清空svn的队列

1.下载sqlite3.exe   

2.找到你项目的.svn文件,查看是否存在wc.db

3.将sqlite3.exe放到.svn的同级目录

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

5.看到很多记录,下一步执行delete from work_queue

 

posted @ 2017-12-20 16:47    阅读(1081)  评论(0编辑  收藏  举报