Mac svn

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 看下是否切换到下载到的版本
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容