svn "Previous operation has not finished; run 'cleanup' if it was interrupted”解决办法(示例代码

Posted yuminglei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn "Previous operation has not finished; run 'cleanup' if it was interrupted”解决办法(示例代码相关的知识,希望对你有一定的参考价值。

因为一次操作失误,导致更新提交失败,后来cleanup就失败了,是因为文件被锁定了,需要操作svn内嵌的数据库,本地.svn\\wc.db数据库文件里面存储了svn的operation,表名是work_queue。

需要下载sqlite3.exe,然后将sqlite3复制到.svn同级目录下,双击弹出命令窗口,删除work_queue以及wc_lock解锁就OK了!

技术分享图片

以上是关于svn "Previous operation has not finished; run 'cleanup' if it was interrupted”解决办法(示例代码的主要内容,如果未能解决你的问题,请参考以下文章

SVN:The working copy is locked due to a previous error

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这个错误

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