您的位置:首页 > 大数据 > 人工智能

svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

2016-10-20 10:41 537 查看
昨天经理换了mysql的jar包,我在程序启动的情况下更新了svn ,

就报错了:svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

解决方法:清空svn的队列

1.下载sqlite3.exe


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

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

4.启动cmd,到.svn所在目录下执行sqlite3 .svn/wc.db "select * from work_queue"

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

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



转载来自:http://blog.csdn.net/luojian520025/article/details/22196865
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  svn sqlite3
相关文章推荐