Previous operation has not finished;run 'cleanup' if it was interrupted;Please execute the 'Cleanup' command.

时间:2024-10-03 19:05:20

今天更新文件夹时svn报错如下

Previous operation has not finished;run 'cleanup' if it was interrupted;Please execute the 'Cleanup' command.

提示说让clean up,但是clean up又提示fail,让继续clean up,这样就陷入死循环了……

搜了多种解决办法后找到原因:当时正在打开着svn的某个文件,而在打开某个文件的情况下,去update会造成svn 更新锁定

以下是解决办法,clean up时勾选红框标出的是关键所在

Previous operation has not finished;run 'cleanup' if it was interrupted;Please execute the 'Cleanup' command.