svn Previous operation has not finished; run 'cleanup' if it was interru解决方案pted

阅读更多
今天svn更新文件的时候,突然提示【Previous operation has not finished; run 'cleanup' if it was interrupted】,然后我去cleanup的时候还是爆【Previous operation has not finished; run 'cleanup' if it was interrupted】,于是上网查找了一下相关的解决方案,以免下次再碰到,先记录到自己的博客里。

操作步骤如下:
1、下载sqlite-shell-win32-x86: sqlite3.exe并放到.svn文件的同级目录下 (我已经上传到附件了)
2、cmd进入到该层目录,并执行以下步骤:
  1)执行  【sqlite3 .svn/wc.db "select * from work_queue"】查看操作记录
  2)执行  【sqlite3 .svn/wc.db "delete from work_queue"】把队列清空
  3)执行  【sqlite3 .svn/wc.db "select * from work_queue"】 确认一下是否已经清空队列,发现已经没有记录显示,说明已经清空了
[img]
svn Previous operation has not finished; run 'cleanup' if it was interru解决方案pted_第1张图片
[/img]
3、再去执行svn的cleanup操作

感谢原文作者,原文地址:http://blog.csdn.net/superch0054/article/details/38668017
  • sqlite-shell-win32-x86-3080403.zip (289.4 KB)
  • 下载次数: 3
  • svn Previous operation has not finished; run 'cleanup' if it was interru解决方案pted_第2张图片
  • 大小: 109.7 KB
  • 查看图片附件

你可能感兴趣的:(svn,cleanup)