Upgrade SVN to 1.8 on CentOS VM
to 1.8 on CentOS VM
# wget http://www.apache.org/dist/subversion/subversion-1.8.0.tar.gz
(or any latest available inhttp://www.apache.org/dist/subversion/)
# tar subversion-1.8.0.tar.gz
# vcd subversion-1.8.0
# ./get-deps.sh
# ./configure
# make
# make check
# sudo make install
No comments:
Post a Comment