1、Failed to run the WC DB work queue associated with 或 Error:svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
解决方法:
C:\Users\ASUS>cd E:\shili-zhhz-hf-trunk\.svn
C:\Users\ASUS>e:
E:\shili-zhhz-hf-trunk\.svn>sqlite3 wc.db "select * from work_queue"
E:\shili-zhhz-hf-trunk\.svn>qlite3 wc.db "delete from work_queue"
E:\shili-zhhz-hf-trunk\.svn>sqlite3 wc.db "select * from work_queue"
最后cleanup。
2、Unable to create pristine install stream svn: E720003:
解决方法:.svn文件夹下自己创建名为“tmp"的文件夹。