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操作,问题解决。


相关文章
|
数据库管理
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按钮,操作没有完成所以会锁住。解决方法如下:
1443 0
|
3月前
|
资源调度
安装项目的时候老是报错:Command failed.
安装项目的时候老是报错:Command failed.
|
数据库 数据库管理
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
636 0
|
7月前
|
NoSQL C语言
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
vscode出现 ERROR: Unable to start debugging. Unexpected GDB output from command “-exec-run“.
1590 0
|
JavaScript
win10执行npm出现Error: EBUSY: resource busy or locked 错误解决方法
win10执行npm出现Error: EBUSY: resource busy or locked 错误解决方法
650 0
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的解决办法
705 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
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(完美解决)
436 0
Error:svn:E155037: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“ 的解决办法
260 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
The program has unexpectedly finished.解决方法
一般出现上述错误是因为控件没有进行实例化,错误案例如下: