码迷,mamicode.com
首页 > 编程语言 > 详细

MyEclipse中 使用svn更新jar包 出现 svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted 导致整个svn异常处理

时间:2016-07-19 18:28:29      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:

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

转自:http://blog.csdn.net/luojian520025/article/details/22196865

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

技术分享

 

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

MyEclipse中 使用svn更新jar包 出现 svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted 导致整个svn异常处理

标签:

原文地址:http://www.cnblogs.com/lykxqhh/p/5685660.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!