解决MAC下svn run cleanup interrupted错误

svn出现恼人的cleanup failed,以下 sql

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

 

解决方法:清空svn的队列 spa

1.下载sqlite3  sqlite

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

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

       看到不少记录,就是出问题的记录 it

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

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

相关文章
相关标签/搜索