SVN报Previous operation has not finished; run 'cleanup' if it was interrupted错误的解决方法
Posted 鹏鹏
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SVN报Previous operation has not finished; run 'cleanup' if it was interrupted错误的解决方法相关的知识,希望对你有一定的参考价值。
做着项目突然SVN报Previous operation has not finished; run \'cleanup\' if it was interrupted,进度又要继续,烦。百度一下发现很多解决方案,自己马上尝试的解决,还有点意思,记录一下。
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.现在在到项目里面,执行cleanup。 以为可以了,突然又报 already-locked.以为是eclipse的clean,其实是右击选择小乌龟的cleanup
提交突然又报什么out date。其实是SNV冲突了。重新对比一下就会发现是项目冲突了。问题解决。
以上是关于SVN报Previous operation has not finished; run 'cleanup' if it was interrupted错误的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
SVN总结:svn“Previous operation has not finished; run 'cleanup' if it was interrupted“
svn“Previous operation has not finished; run 'cleanup' if it was interrupted“报错的解决方法
svn“Previous operation has not finished; run 'cleanup' if it was interrupted“报错的解决方法
Previous operation has not finished; run ‘cleanup‘
Previous operation has not finished; run 'cleanup' if it was interrupted svn错误
SVN同步时报错:“Previous operation has not finished; run 'cleanup' if it was interrupted”