svn提交遇到恶心的问题,多是由于上次cleanup中断后,进入死循环了。sql
错误以下:svn
svn cleanup failed–previous operation has not finished; run cleanup if it was interruptedspa
解决方法:清空svn的队列code
1.下载sqlite3.exe orm
2.找到你项目的.svn文件,查看是否存在wc.dbsqlite
3.将sqlite3.exe放到.svn的同级目录队列
4.启动cmd执行sqlite3 .svn/wc.db "select * from work_queue"ci
5.看到不少记录,下一步执行delete from work_queuecmd
6.ok了,如今在到项目里面,执行cleanup,彻底没问题了,图标状态也已经恢复了。it