svn报错“cleanup failed to process the following paths …… previous operation has not finished”,解决方法
1.下载SQLite(选择这个版本 sqlite-tools-win32-x86-3140100.zip)),解压后放到出问题的svn目录的根目录,执行命令
sqlite3.exe .svn/wc.db "select * from work_queue"
1
2.然后会出来一个列表,svn异常的原因就都在这里了。执行命令
sqlite3.exe .svn/wc.db "delete from work_queue"