1 安装 SQLite Expert Professional 3 工具。

2 打开第一步安装的工具,

svn“Previous operation has not finished; run 'cleanup' if it was interrupted“ 解决方法

.svn\wc.db数据库文件里面存储了svn的operation,表名是work_queue。所以要打开wc.db 文件

3执行sql语句 delete from work_queue;命令。

svn“Previous operation has not finished; run 'cleanup' if it was interrupted“ 解决方法

4 svn中重新执行 clean up即可。

相关文章: