【1】svn报错:“Previous operation has not finished; run ‘cleanup’ if it was interrupted“

​下载SQLite​​,把sqlite3放到项目的根目录,终端运行:

SVN实践使用总结_svn

sqlite3 .svn/wc.db "select * from work_queue"       

sqlite3 .svn/wc.db "delete from work_queue"