TortoiseSVN报错:“Previous operation has not finished; run 'clean up' if it was interrupted“ 的解决方法

简介: TortoiseSVN报错:“Previous operation has not finished; run 'clean up' if it was interrupted“ 的解决方法

遇到SVN报这样的错,更新不了,也不能clean up,陷入茫然。然后自己百度了下,发现有个哥们写了攻略,感谢哥们。但是百度上就只有不多几条,所以自己来罗列一遍,希望帮助到大家。


20171223172826792.png


一、下载sqlite3.exe


网址:http://www.sqlite.org/download.html  下载sqlite-tools-win32-x86-3210000.zip,注意下载匹配自己操作系统的文件。


20171223173555892.png


二、把sqlite3.exe放在含有.svn的目录下


20171223173646105.png

20171223173656269.png


三、运行cmd,进入到你的.svn所在的路径下,执行sqlite3 wc.db;


20171223174644819.png


四、执行.table查看表名


20171223174807050.png


五、执行delete from work_queue;


20171223174813942.png


六、重试clean up操作,问题解决。


相关文章
|
7月前
|
数据库管理
SVN 执行cleanup报错:Cleanup failed to process the following paths : 解决方法
引用:https://www.cnblogs.com/pinpin/p/11395438.html 在SVN更新时提示文件被锁住了,要求执行 clean up操作,执行clean up时又报clean up failed。造成的原因是在某次更新后,点击了cancel按钮,操作没有完成所以会锁住。解决方法如下:
305 0
|
6月前
|
数据库 数据库管理
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
153 0
|
5月前
|
JavaScript
win10执行npm出现Error: EBUSY: resource busy or locked 错误解决方法
win10执行npm出现Error: EBUSY: resource busy or locked 错误解决方法
win10执行npm出现Error: EBUSY: resource busy or locked 错误解决方法
【异常】svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
476 0
|
Android开发
意外导致了gradle project sync failed. Basic functionality will not work properly
意外导致了gradle project sync failed. Basic functionality will not work properly
意外导致了gradle project sync failed. Basic functionality will not work properly
|
IDE 开发工具
Waiting for another flutter command to release the startup lock... 异常解决
平时我们在开发flutter过程中,在执行`flutter packages get`命令之后,如果运气不好的,命令没有执行成功的话,我们就会遇到这个错误提示: ``` Waiting for another flutter command to release the startup lock... ```
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
299 0
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
Idea运行报错Error running ‘Application‘: Command line is too long的解决方法
Idea运行报错Error running ‘Application‘: Command line is too long的解决方法
127 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
219 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法