1. 程式人生 > >SVN cleanup 報錯,清除svn的工作隊列

SVN cleanup 報錯,清除svn的工作隊列

text sta checksum 兩個 bubuko cmd 執行 info lec

SVN 提交報錯,

Team->cleanup還是報錯:

Can‘t install ‘*‘ from pristine store, because no checksum is recorded for this file

這時需要清除一下svn的工作隊列:

1.安裝sqlite3(windows 下按實際位數下載 sqlite-dll-win*.zip 和 sqlite-tools-win*.zip,下載地址:http://www.sqlite.org/download.html) 2.將上述兩個zip包解壓到同一文件夾內(如:D:\J2EE\sqlite) 技術分享圖片

3.配置環境變量(在path中增加路徑D:\J2EE\sqlite) 4.管理員身份運行cmd 5.執行指令 sqlite3 項目路徑\.svn\wc.db select * from work_queue; 查看正在運行的隊列 delete from work_queue; 清空隊列 6.再去svn clean up 技術分享圖片

SVN cleanup 報錯,清除svn的工作隊列