Updating SVN for Mac OS X

Updating SVN for Mac OS X

cd ~/Downloads/ curl -o subversion-latest.tar.gz http://apache.mirrors.tds.net/subversion/subversion-1.7.8.tar.gz tar -xvf subversion-latest.tar.gz - See more at: http://jason.pureconcepts.net/2012/10/updating-svn-mac-os-x/#sthash.hqGXL6Xh.dpuf

cd ~/Downloads/subversion-1.7.*
sh get-deps.sh neon
cd neon/
./configure --with-ssl
make
sudo make install
cd ..
./configure --prefix=/usr/local --with-neon
make
sudo make install



export PATH=/usr/local/bin:$PATH
svn --version

你可能感兴趣的:(研发日记,架构和系统分析,版本管理)