SVN——Previous operation has not finished;run 'cleanup' if it was interupted

前言

  小编在用svn更新代码更新的时候不小心关掉了客户端,导致出现如下问题:
SVN——Previous operation has not finished;run 'cleanup' if it was interupted_第1张图片
  解决方案:客户端已经给出了解决模块,按照客户端的提示去做就好了,不过还是要查一下相关的内容,以免误操作造成更多不好的结果,按照如下图所示去操作就好
SVN——Previous operation has not finished;run 'cleanup' if it was interupted_第2张图片
  打开后是这个界面
SVN——Previous operation has not finished;run 'cleanup' if it was interupted_第3张图片
  对应选项的含义,根据自己问题和需要来进行选择就好:

  Clean up working copy status—-清理工作拷贝状态
  Refresh shell overlays—-清理shell覆盖
  Include externals—-包括外部环境
  Delete unversioned files and folders—-删除未版本化的文件和文件夹
  delete igriored foles and folders—-删除标记的文件夹和文件夹
  revert all changes recursively—-递归地还原所有更改
  选择完毕后,确认一下
SVN——Previous operation has not finished;run 'cleanup' if it was interupted_第4张图片
  还原完成
SVN——Previous operation has not finished;run 'cleanup' if it was interupted_第5张图片
  重新更新项目代码就好了
SVN——Previous operation has not finished;run 'cleanup' if it was interupted_第6张图片

总结

  不管问题大小,只要出了问题,那么就有解决方案,即便这个没有更新好,那也能重新再down一份代码,不过这样能减少不必要的操作这不是更好嘛

你可能感兴趣的:(学习学习再学习,SVN)