svn报错:privious operation has not finshed;run 'cleanup' if it was interrupted
Posted xuxiaoxia
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn报错:privious operation has not finshed;run 'cleanup' if it was interrupted相关的知识,希望对你有一定的参考价值。
在更新svn的过程中,可能中途会取消,取消之后再次更新时可能提示,如下图:
下载sqlite3工具,进入此下载地址:https://www.sqlite.org/download.html
将sqlite3.exe文件解压缩到.svn目录的同级目录
打开命令行工具,切换到.svn的同级目录,执行如下命令:
sqlite3.exe .svn/wc.db "select * from work_queue"
该命令可以查看当前挂起的svn操作
sqlite3.exe .svn/wc.db "delete from work_queue"
该命令可以删除当前挂起的svn操作
执行删除后再执行cleanup就可以了
如果再出现:
clean up的时候勾选:break write locks
以上是关于svn报错:privious operation has not finshed;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“报错的解决方法
Previous operation has not finished; run 'cleanup' if it was interrupted svn错误
SVN总结:svn“Previous operation has not finished; run 'cleanup' if it was interrupted“