SVN Clean up 報錯:cleanup failed to process the following paths 錯誤的解決方案

SVN Clean up 報錯:cleanup failed to process the following paths 錯誤的解決方案

1.下載 sqlite
官網: https://www.sqlite.org/download.html
解壓後的目錄結構
在這裏插入圖片描述

2.將下載到的 sqlite3.exe 文件複製到項目更目錄下面的 .svn中 wc.db的同級目錄 ,
在這裏插入圖片描述
3.打開PowShell窗口執行 .\sqlite3.exe .\wc.db
在這裏插入圖片描述
4.執行 delete from work_queue;

5.重新 Clean up