解决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的队列

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这个错误的主要内容,如果未能解决你的问题,请参考以下文章

如何解决SVN更新时报Previous operation has not finished; run ‘dleanup‘ if it was interruptedPlease……的错误

如何解决SVN更新时报Previous operation has not finished; run ‘dleanup‘ if it was interruptedPlease……的错误

如何解决SVN更新时报Previous operation has not finished; run ‘dleanup‘ if it was interruptedPlease……的错误

如何解决SVN更新时报Previous operation has not finished; run ‘dleanup‘ if it was interruptedPlease……的错误

如何解决SVN更新时报Previous operation has not finished; run ‘dleanup‘ if it was interruptedPlease……的错误

svn“Previous operation has not finished; run 'cleanup' if it was interrupted“报错的解决方法