SVN Versions 或者Cornerstone the working copy is lucked due to a previous error

在使用Mac上边版本管理工具Versions 或者Cornerstone的时候,经常会出现the working copy is lucked due to a previous error ,这个问题很烦人,经常困扰着我,经过各种网站爬贴,现在总结出来方法,不敢独享
{当出现这种情况的时候,Mac不象安卓开发工具中有clean操作,不知道有木有,反正是我没找到。}
1.使用终端命令,找到文件所在目录。
2.直接执行find . | grep “.svn/lock” | xargs rm。

    原文作者:逍遥晨旭
    原文地址: https://www.jianshu.com/p/fccc89b84b71
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞