【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】

【svn】在提交文件是报错:previous operation has not finished;run 'cleanup' if it was interrupted

【svn】在提交文件是报错:previous operation has not finished;run 'cleanup' if it was interrupted
3、项目 clear up 操作,
4、成功!

上一篇:用python演示一个简单的AST(抽象语法树)


下一篇:(转)MyBatis+MySQL 返回插入的主键ID