svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

svn提交遇到噁心的問題,多是由於上次cleanup中斷後,進入死循環了。sql

錯誤以下:svn

 

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

1.下載sqlite3.exe   code

2.找到你項目的.svn文件,查看是否存在wc.dborm

3.將sqlite3.exe放到.svn的同級目錄sqlite

4.啓動cmd執行sqlite3 .svn/wc.db "select * from work_queue"隊列

5.看到不少記錄,下一步執行delete from work_queueci

 

6.ok了,如今在到項目裏面,執行cleanup,徹底沒問題了,圖標狀態也已經恢復了。get

相關文章
相關標籤/搜索