当前位置: 代码迷 >> 综合 >> svn提交代码提示Previous operation has not finished; run ‘cleanup‘ if it was interrupted
  详细解决方案

svn提交代码提示Previous operation has not finished; run ‘cleanup‘ if it was interrupted

热度:19   发布时间:2023-12-18 08:28:36.0

场景:

最近提交代码提示Previous operation has not finished; run 'cleanup' if it was interrupted,想直接覆盖我本地代码都不成功。

原因

提示说有操作没有结束,因此后面的提交就被阻塞提交不上了,如果要停止过去的操作执行run clean。

解决方法:run clean    选中项目----Team ----Refresh/Clean up

  相关解决方案