1. 程式人生 > >svn報錯:privious operation has not finshed;run 'cleanup' if it was interrupted

svn報錯:privious operation has not finshed;run 'cleanup' if it was interrupted

ati -c ins back 可能 int 9.png run 提示

在更新svn的過程中,可能中途會取消,取消之後再次更新時可能提示,如下圖:

技術分享圖片

下載sqlite3工具,進入此下載地址:https://www.sqlite.org/download.html

技術分享圖片

將sqlite3.exe文件解壓縮到.svn目錄的同級目錄

技術分享圖片

打開命令行工具,切換到.svn的同級目錄,執行如下命令:

sqlite3.exe .svn/wc.db "select * from work_queue" 該命令可以查看當前掛起的svn操作

sqlite3.exe .svn/wc.db "delete from work_queue" 該命令可以刪除當前掛起的svn操作

技術分享圖片

執行刪除後再執行cleanup就可以了

如果再出現:

技術分享圖片

clean up的時候勾選:break write locks

技術分享圖片

svn報錯:privious operation has not finshed;run 'cleanup' if it was interrupted