解决Error:svn: E155037: Previous operation has not finished; run ‘cleanup‘ if it was interrupted

  今天,我使用svn更新工程时,遇到 Error:svn: E155037: Previous operation has not finished; run ‘cleanup’ if it was interrupted 的问题,使用以下方法得到了解决。

  直接使用idea自带的terminal运行svn cleanup 就可以解决这个问题:
在这里插入图片描述