svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
遇到此问题,执行cleanup失败,可进入.svn所在路径,执行:

1.sqlite3 .svn/wc.db "select * from work_queue"
2.sqlite3 .svn/wc.db "delete from work_queue"
3.cleanup(执行cleanup提示cleanup: command not found,可执行svn cleanup)
版权声明:本文为qq_41898224原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。