svn cleanup 系统找不到指定路径_SVN:cleanup failed to process the following paths 错误
1.在sqlite官网(https://www.sqlite.org/download.html)
下载sqlite-tools-win32-x86-3310100.zip(资源我会放在后面)
2.将其中的sqlite3.exe文件复制到.svn目录下与wc.db同级的目录
3. 弹出命令行窗口,输入sqlite3 wc.db,再按回车。然后执行delete from work_queue;
4.现在执行clean up,就不会报错了。
参考地址:
https://blog.csdn.net/weixin_39769627/article/details/111105612