首页 > 其他 > 详细

解决SVN更新代码是出现previous operation has not finished; run cleanup if it was interrupted这个错误

时间:2016-06-27 12:15:59      阅读:562      评论:0      收藏:0      [点我收藏+]

 

解决方法:清空svn的队列

1.下载sqlite3.exe

2.找到你项目的.svn文件,查看是否存在wc.db   (查看.svn文件需要打开显示隐藏文件夹)

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

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

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

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

技术分享

(注:进入指定文件夹需要些cd 文件夹的名字 ,回车就好了)

 

解决SVN更新代码是出现previous operation has not finished; run cleanup if it was interrupted这个错误

原文:http://www.cnblogs.com/niupi/p/5619686.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!