SVN報(bào)錯(cuò),需要執(zhí)行SVN的清理命令clean up,但clean up時(shí)出現(xiàn)錯(cuò)誤Cleanup failed to process the following paths...
解決辦法:
1、clean up的窗口,勾選Break locks和Fix time stamps(簡(jiǎn)單方便);
2、通過sqlite3.exe,下載地址https://www.sqlite.org/download.html,放在.svn目錄下執(zhí)行;
3、通過SQLite文件可視化工具(SQLiteExpert Professional),下載地址http://www.sqliteexpert.com/download.html ,打開.svn目錄下的wc.db文件,刪除wc_lock和work_queue兩張表下的記錄;
4、通過sqlite命令行執(zhí)行如下命令,.svn目錄下,進(jìn)入doc命令行(先按shift鍵,再點(diǎn)擊鼠標(biāo)右鍵,單擊在此處打開命令窗口),分別執(zhí)行下邊命令:
sqlite3.exe wc.db
delete from wc_lock;
delete from work_queue;
文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-734509.html
推薦先1,不行再2;文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-734509.html
到了這里,關(guān)于SVN出現(xiàn)Cleanup failed to process the following paths...的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!