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

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


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


一、下载sqlite3.exe

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


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


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


TortoiseSVN报错:“Previous operation has not finished; run 'clean up' if it was interrupted“ 的解决方法_第3张图片TortoiseSVN报错:“Previous operation has not finished; run 'clean up' if it was interrupted“ 的解决方法_第4张图片


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


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


四、执行.table查看表名

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


五、执行delete from work_queue;


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


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

你可能感兴趣的:(软件开发工具)