【svn】在提交文件是报错:previous operation has not finished;run 'cleanup' if it was interrupted
1、svn在提交文件是报错:previous operation has not finished;run 'cleanup' if it was interrupted 2、原因,工作队列被占用,只需在svn项目数据库 .svn文件夹下wc.db的表work_queue 清空即可,【delete from work_queue】