SVN:cleanup failed to process the following paths 错误的解决方案

时间:2024-03-28 14:08:08

今天在使用TortoiseSVN更新代码的时候发生错误,使用clean up时提示

TortoiseSVN

Cleanup failed to process the following paths:
D:\work\svn
Failed to run the WC DB work queue associated with ‘D:\工作\系统’, work item
60025(file-install
src/…/MapController.java)
不能打开文件“D:\work\svn.svn\pristine\a1\a1e5e1ad14bb3725ada717d19301a41e987a2802.svn-base”:
系统找不到指定的文件。

下面看一下如何解决这个问题吧:

1.在sqlite官网(https://www.sqlite.org/download.html)下载sqlite-tools-win32-x86-3310100.zip(资源我会放在后面)
SVN:cleanup failed to process the following paths 错误的解决方案
下载下来打开如下图所示:
SVN:cleanup failed to process the following paths 错误的解决方案
2.将其中的sqlite3.exe文件复制到.svn目录下与wc.db同级的目录,如下图所示:
SVN:cleanup failed to process the following paths 错误的解决方案
3.在地址栏输入cmd,按回车(enter)
SVN:cleanup failed to process the following paths 错误的解决方案
弹出命令行窗口,输入sqlite3 wc.db,再按回车。然后执行delete from work_queue;
SVN:cleanup failed to process the following paths 错误的解决方案
4.现在执行clean up,就不会报错了。

如果这篇博客对你有用,点个赞再走呗~