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