首选说一些题外话,关于svn还是比较喜欢用Source Tree工具的,之前用过莲花svn,SmartSvn.都能用,也都有破解版本。但是总体来讲多人协作冲突太多,静态文件不能上传。Source Tree 功能很强大,可以创建分支等功能性操作。但是如果你会终端提交命令,而且不嫌麻烦提倡终端提交。
本地服务器check报错截图
60439D7C-FC11-4806-B52B-F97043641BFE.png解决方法
终端输入:
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
网友评论