SVN:cleanup failed to process the following paths 錯誤

今天在使用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,就不會報錯了。

下載地址:

(sqlite-tools-win32-x86-3310100.zip)

https://download.csdn.net/download/iiiliuyang/12134498

如果這篇博客對你有用,點個贊再走唄~


分享到:


相關文章: