Previous operation has not finished; run 'cleanup' if it was interrupted SVN更新异常

问题

更新过程中终止,或有打开文件都会更新不成功,SVN的bug;

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

解决办法

如果遇到上述问题先试试一下办法,如果不行再去删SVN的数据库(怎么删百度上有很多就不多讲了);

1. 在报错的文件目录中空白的地方点击 右键-->SVN(看版本,**SVN)-->cleanup..

 2.弹出框,如图

clean up working copy status  // 清理工作副本状态

break locks    // 打破锁

fix time stamps    // 修复时间戳

vacuum pristine copies    // 真空原始副本(自动清理工作副本)

refresh shell overlays    // 刷新外壳覆盖(外壳应该是所在文件夹)

include externals    // 包括外部环境

delete unversioned files and folders    // 删除未版本化的文件、文件夹

delete ignored files and folders    // 删除被忽略的文件、文件夹

revert all changes recursively    // 递归的恢复所有更改

 3. 看需要,上图是我的选择

猜你喜欢

转载自blog.csdn.net/u014259503/article/details/83508042