SVN异常

Posted 景行行止

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SVN异常相关的知识,希望对你有一定的参考价值。

转载http://blog.sina.cn/dpool/blog/s/blog_9262dda20102uykx.html

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

2014-08-11 10:48阅读:15,327
今天svn提交, 出现异常:
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
百度后,大多解决办法:
team--> Refresh/Cleanup
会出现异常:
SVN: org.apache.subversion.javahl.ClientException:Previous operation has not finished
===========================================
解决方法:清空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,完全没问题了,图标状态也已经恢复了。
---------参考文: http://blog.csdn.net/luojian520025/article/details/22196865
技术分享X
 















以上是关于SVN异常的主要内容,如果未能解决你的问题,请参考以下文章

SVN异常

关于Svn服务总是链接异常

客户端svn出现authorization failed异常

关于svn更新失败,clearup异常解决

svn提示出错异常为remains in conflict

SVN Attempted to lock an already-locked dir异常解决方法