svn错误”Previous operation has not finished; run ‘cleanup’ if it was interrupted”

出现错误如下:
在这里插入图片描述
出现问题的原因是上一次更新或者提交代码操作未完成,此时需要根据提示进行cleanup操作:

  1. 在命令行面直接运行svn cleanup
  2. windows下右键svn-cleanup,执行操作时要勾上选项Break locks。
  3. 在这里插入图片描述
  4. 在这里插入图片描述

版权声明:本文为zuo_zuo_blog原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。