问题:同步、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