首页 > 代码库 > svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。
错误如下:
解决方法:清空svn的队列
1.下载sqlite3.exe
2.找到你项目的.svn文件,查看是否存在wc.db
3.将sqlite3.exe放到.svn的同级目录
4.启动cmd执行sqlite3 .svn/wc.db "select * from work_queue"
5.看到很多记录,下一步执行delete from work_queue
6.ok了,现在在到项目里面,执行cleanup,完全没问题了,图标状态也已经恢复了。
感谢分享。 原文链接:http://blog.csdn.net/luojian520025/article/details/22196865
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。