wget http://subversion.tigris.org/downloads/subversion-1.6.6.tar.gz
wget http://subversion.tigris.org/downloads/subversion-deps-1.6.6.tar.gz
tar zxvf subversion-1.6.6.tar.gz
tar zxvf subversion-deps-1.6.6.tar.gz
tar zxvf subversion-deps-1.6.6.tar.gz
cd subversion-1.6.6
./configure --prefix=/usr/local/svn --with-openssl=/usr/include/openssl --without-berkeley-db
make & make install
/usr/local/svn/bin/svnserve --version
echo "export PATH=$PATH:/usr/local/svn/bin/" >> /etc/profile
source /etc/profile
本文为Jason原创文章,转载无需和我联系,但请注明来自JasonBlog jasontech.top