Mac svn

作者: 李必琪 | 来源:发表于2016-06-28 11:41 被阅读0次

    download svn

    [svn]http://www.wandisco.com/subversion/download#osx
    *一路next,这时候安装好还不行,svn 依然是Mac 默认的svn *

    出现的问题

    The Subversion command line client detected on your machine, "/usr/bin/svn", is too old to work with the working copy located at "/Users/username/path/to/working_copy". You are using version 1.7.10, while the working copy was created with Subversion 1.8.0 or newer.


    官方解释:https://wbond.net/sublime_packages/svn/support

    解决方案

    1. vim ~/.profile
    2. 文本尾部插入export PATH="/opt/subversion/bin:$PATH" 保存并退出
    3. svn --version 看下是否切换到下载到的版本

    相关文章

      网友评论

          本文标题:Mac svn

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