Mac 源码安装Subversion服务器

  1. Download latest SVN
  2. Download the latest SCONS.
  3. cd ~/Downloads/
  4. tar -zxvf "latest SCONS".tar.gz
  5. tar -zxvf "latest SVN".tar.gz
  6. cd "latest SCONS"
  7. python setup.py install
  8. cd ~/Downloads/"latest SVN"
  9. sh get-deps.sh serf
  10. cd serf
  11. scons install
  12. cd ..
  13. ./configure --with-serf
  14. make install

注意:安装路径为 /usr 否则出错。 

Mac源码安装SVN会遇到很纠结的错误,建议最好直接下载安装包

安装方式参考:http://blog.csdn.net/langzi7758521/article/details/51656106

你可能感兴趣的:(Mac 源码安装Subversion服务器)