SVN:The working copy is locked due to a previous error (二)

SVN:The working copy is locked due to a previous error (二)

之前也碰到过这种问题,但是根本问题不同,解决方案不同。

传送门:SVN:The working copy is locked due to a previous error (二)

本次错误如图:

SVN:The working copy is locked due to a previous error (二)

解决方法:

1.终端显示隐藏文件,然后重启Finder;

    // 显示Mac隐藏文件的命令
    defaults write com.apple.finder AppleShowAllFiles YES
    // 隐藏Mac隐藏文件的命令
    defaults write com.apple.finder AppleShowAllFiles NO

2.进入SVN目录中,找到 lock文件,删除

SVN:The working copy is locked due to a previous error (二)

3.然后 右键 clean working copy中的,

SVN:The working copy is locked due to a previous error (二)

4.然后 commit/update 即可!

尊重作者劳动成果,转载请注明: 【kingdev】

posted @ 2016-06-10 13:48 Kingdev 阅读(...) 评论(...) 编辑 收藏