svn错误和解决方法记录

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"的文件夹。

发布了63 篇原创文章 · 获赞 9 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/shan286/article/details/82856598