解决MAC下svn run cleanup interrupted错误

南笙酒味 提交于 2019-12-01 22:41:49

svn出现恼人的cleanup failed,如下

svn cleanup failedprevious operation has not finished; run cleanup if it was interrupted

 

解决方法:清空svn的队列

1.下载sqlite3 

2.找到项目所在.svn文件,找到wc.db

3.执行sqlite3 .svn/wc.db "select * from work_queue"

       看到很多记录,就是出问题的记录

4.下一步执行sqlite3 wc.db "delete from work_queue"

5.在出错目录下再次执行svn cleanup,完事










易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!