美文网首页
SVN Versions 或者Cornerstone the w

SVN Versions 或者Cornerstone the w

作者: 逍遥晨旭 | 来源:发表于2018-02-09 16:24 被阅读73次

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

    相关文章

      网友评论

          本文标题:SVN Versions 或者Cornerstone the w

          本文链接:https://www.haomeiwen.com/subject/ffdrnxtx.html