svn cleanup failed–previous operation has not fini

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

錯誤以下:svn

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

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

1.下載sqlite3.exe   orm

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

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

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

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

 

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

相關文章
相關標籤/搜索