天天看點

svn "Previous operation has not finished; run 'cleanup' if it was interrupted"解決辦法

昨天公司報毒,裝了殺軟,删除了svn目錄裡的某個檔案,導緻無法更新,cleanup提示"Previous operation has not finished; run 'cleanup' if it was interrupted",使用svn cleanup顯示:“svn: E155009: Failed to run the WC DB work queue associated with”,想是svn記錄隊列沖突了吧。

解決過程:

1、将sqlite3.exe拷貝至問題目錄下的.svn檔案夾中。

2、指令行,進入此檔案夾。

3、依次執行指令:'sqlit3 wc.db'、'.table'和'delete from work_queue;'

4、進行cleanup操作,問題解決。

svn "Previous operation has not finished; run 'cleanup' if it was interrupted"解決辦法

繼續閱讀