Error: Previous operation has not finished; run 'cleanup' if it was interrup

Svn更新时出现以下错:

 

1. 即svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。

 Error: Previous operation has not finished; run 'cleanup' if it was interrup_第1张图片


 

 

1.下载sqlite3.exe   

2.找到你项目的.svn文件,查看是否存在wc.db

Error: Previous operation has not finished; run 'cleanup' if it was interrup_第2张图片

 

3.sqlite3.exe放到.svn的同级目录(为了方便命令行执行,将sqlite3.exe放到svn 项目的主目录下,和.svn目录同级下。)

Error: Previous operation has not finished; run 'cleanup' if it was interrup_第3张图片

4.启动cmd执行sqlite3 .svn/wc.db "select * from work_queue"

 

 

 Error: Previous operation has not finished; run 'cleanup' if it was interrup_第4张图片

 

5.看到很多记录,下一步执行delete from work_queue

 

 Error: Previous operation has not finished; run 'cleanup' if it was interrup_第5张图片

 

6.ok了,现在在到项目里面,执行cleanup,完全没问题了,图标状态也已经恢复了。

 

 

7.出现Error: Working copy 'E:\svn\code' locked.

 

解决方法:

在项目目录中右键Cleanup

 Error: Previous operation has not finished; run 'cleanup' if it was interrup_第6张图片

 

你可能感兴趣的:(svn)