svn 问题 1. svn报错“Previous operation has not finished; run 'cleanup' if it was interrupted“ 2.svn 项目还原成服务器的版本

 本地.svnwc.db数据库文件里面存储了svn的operation,表名是work_queue, .db数据库文件可以用sqlite3打开

下载地址 :链接:https://pan.baidu.com/s/1JT8-7wOoqtMymLqURwc1Dg  提取码:u71h (windows64 位)

1.把sqlite3 拷到项目的.svn(隐藏目录,需要设置显示影藏文件) 目录下,并在此处执行命令行:

2. sqlite3 wc.db
3. .tables
4. delete from work_queue;

svn 问题
1. svn报错“Previous operation has not finished; run 'cleanup' if it was interrupted“
2.svn 项目还原成服务器的版本

2.最后在项目上 执行clean up

2.svn 项目还原成服务器的版本

svn 问题
1. svn报错“Previous operation has not finished; run 'cleanup' if it was interrupted“
2.svn 项目还原成服务器的版本