have been looking for a source can use Yum or apt-get to quickly install subversion, looking for a long time, finally found, is the source of wandisco.com, the following installation settings.
Centos 6:
Create a source file in/etc/yum.repos.d/Wandisco-svn1.8.repo
[WANdisco]
Name=wandisco SVN Repo 1.8
Enabled=1
baseurl=http://opensource.wandisco.com/rhel/6/svn-1.8/rpms/
Gpgcheck=1
Gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-wandisco
Then import Gpg-key
wget Http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
RPM--import Rpm-gpg-key-wandisco
To install again:
Yum Update
Yum-y Install Subversion
Debian 7 (wheezy):
In the/etc/apt/sources.list.d/directory, create the file wandisco-svn1.8.list
Vi/etc/apt/sources.list.d/wandisco-svn1.8.list
# Add Content:
Deb Http://opensource.wandisco.com/debian wheezy svn18
Import Gpg-key:
wget HTTP://OPENSOURCE.WANDISCO.COM/WANDISCO-DEBIAN.GPG
Apt-key Add WANDISCO-DEBIAN.GPG
Installation:
Apt-get Update
Apt-get-y Install Subversion
is not very convenient, to here about Yum Apt-get Installation Subversion 1.8 method also introduced, everybody try it.