解決MAC下svn run cleanup interrupted錯誤

svn出現惱人的cleanup failed,以下 sql

svn cleanup failedprevious operation has not finished; run cleanup if it was interrupted svn

 

解決方法:清空svn的隊列 spa

1.下載sqlite3  sqlite

2.找到項目所在.svn文件,找到wc.db 隊列

3.執行sqlite3 .svn/wc.db "select * from work_queue" get

       看到不少記錄,就是出問題的記錄 it

4.下一步執行sqlite3 wc.db "delete from work_queue" io

5.在出錯目錄下再次執行svn cleanup,完事 select

相關文章
相關標籤/搜索