問題:同步、cleanup都會出現下面的提示sql
svn: E155017: Can't install '*' from pristine store, because no checksum is recorded for this filesvn
svn報錯:「Previous operation has not finished; run 'cleanup' if it was interrupted「 this
解決:sqlite
通常的clean up報錯,只要回到當前目錄上一層進行clean up就能繼續提交svn內容。可是,當回到最上層目錄都沒法clean up時,須要按照以下步驟:blog
sqlite3 PROJECT-ROOT\.svn\wc.db同步
delete from work_queueit
sqlite3 E:\.\.svn\wc.dbio
delete from work_queuefile