2019-11-30 15:20:47 版本 : svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
作者: 系统管理员 于 2019年11月30日 发布在分类 / 常见问题 / svn 下,并于 2019年11月30日 编辑
 历史版本

备注 修改日期 修改人
创建版本 2019-11-30 15:20:47[当前版本] 系统管理员

svn执行clean up后出现提示: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,完全没问题了,图标状态也已经恢复了。

历史版本-目录  [回到顶端]
    wcp知识库系统-京ICP备15024440号-1 -V 5.2.0 -wcp