svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

简介: 原文地址: http://blog.csdn.net/luojian520025/article/details/22196865 svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。

原文地址: http://blog.csdn.net/luojian520025/article/details/22196865

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,完全没问题了,图标状态也已经恢复了。

目录
相关文章
|
10月前
|
数据库管理
SVN 执行cleanup报错:Cleanup failed to process the following paths : 解决方法
引用:https://www.cnblogs.com/pinpin/p/11395438.html 在SVN更新时提示文件被锁住了,要求执行 clean up操作,执行clean up时又报clean up failed。造成的原因是在某次更新后,点击了cancel按钮,操作没有完成所以会锁住。解决方法如下:
500 0
svn: E175002: Commit failed (details follow): svn: E175002: Unexpected HTTP status 502Bad Gateway on
svn: E175002: Commit failed (details follow): svn: E175002: Unexpected HTTP status 502Bad Gateway on
|
9月前
|
数据库 数据库管理
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
【异常解决】svn报“Previous operation has not finished; run ‘cleanup‘ if it was interrupted”的错误解决方案
234 0
【异常】svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
535 0
|
缓存
SVN检出项目时 Authorization failed(下)
注意!有效朋友可能不说第一次在电脑上安装svn所以还是可能登陆失败,需要做如下动作。
115 2
SVN检出项目时 Authorization failed(下)
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
323 0
Error:svn:E155037:Previous operation has not finished; run ‘cleanup‘ if it was interrupted(完美解决)
|
数据安全/隐私保护
SVN检出项目时 Authorization failed(上)
由于前断时间和几个朋友组成了一个团队,今天早上我突然发现我们的服务器上的svn只要知道地址就能直接拉源码,我当时心里就突突了一下,因为我当时搭好服务的时候拉项目的时候都是要输入账号密码的,今天突然出现这种情况,头一下就懵了…话不多说…上解决方案
172 0
SVN检出项目时 Authorization failed(上)
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
232 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
|
数据可视化 数据库管理
SVN更新Cleanup提示database is locked
之前使用svn更新代码的时候遇到的问题
598 0
SVN更新Cleanup提示database is locked