天天看點

svn 出錯:Previous operation has not finished; run 'cleanup' if it was interrupted

由于cleanup中斷後,進入死循環了

報出如下錯誤:

svn: Failed to run the WC DB work queue associated with ‘E:\all_workspace\eclipse_workspace\roke\rxtOrgLoan\WebRoot\WEB-INF\log4j\log’, work item 3478 (file-install WebRoot/WEB-INF/log4j/log/log.txt 1 0 1 0 20 .svn/tmp/log.txt.tmp)

拒絕通路。

svn: Can’t move ‘E:\all_workspace\eclipse_workspace\roke\rxtOrgLoan.svn\tmp\svn-ADAFC3FB’ to ‘E:\all_workspace\eclipse_workspace\roke\rxtOrgLoan\WebRoot\WEB-INF\log4j\log\log.txt’: 拒絕通路。

解決方法:清空svn的隊列

1.下載下傳sqlite3.exe

2.找到你項目的.svn檔案,檢視是否存在wc.db

3.将sqlite3.exe放到與.svn的同級目錄

4.啟動cmd到.svn目錄執行sqlite3 .svn/wc.db “select * from work_queue”

svn 出錯:Previous operation has not finished; run 'cleanup' if it was interrupted

5.看到有問題的記錄,下一步執行delete from work_queue

svn 出錯:Previous operation has not finished; run 'cleanup' if it was interrupted