svn cleanup failed–previous operation has not finished; run

解决方法:清空svn的队列

1.下载sqlite3.exe

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

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

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

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

6.ok了,现在在到项目里面,执行cleanup,完全没问题了,图标状态也已经恢复了。

---------参考文:

一个能从别人的观念来看事情,能了解别人心灵活动的人,永远不必为自己的前途担心。

svn cleanup failed–previous operation has not finished; run

相关文章:

你感兴趣的文章:

标签云: