Mac 下 clone SVN

百般思念 提交于 2020-02-26 01:43:22

看到一篇博文,提到了已经死去的 Google Wave(已经捐给 :Apache),想看看他们的源码

于是想到了 Git 操作 SVN

brew install git subversion

安装了以后,还是不能执行,报错:

Can't locate SVN/Core.pm in @INC (you may need to install the SVN::Core module)

执行下面命令:

sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/SVN/ /Library/Perl/5.18/SVN  
sudo mkdir /Library/Perl/5.18/auto  
sudo ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/auto/SVN/ /Library/Perl/5.18/auto/SVN

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!