Step 1:setup Yum Repository
Firstly we need to configure Yum repository on our system. Create a new repo File/etc/yum.repos.d/wandisco-svn.repo and add following content as per your operating system version.
[Wandiscosvn]name=wandisco SVN repobaseurl=http://opensource.wandisco.com/centos/$releasever/svn-1.8/rpms/$ Basearch/enabled=1gpgcheck=0
Step 2:install Subversion Package
Before installing latest package remove existing subversion packages from system to remove conflict.
# yum Remove subversion*
Now the install latest available Subversion package using the Yum Command line Package Manager utility.
# yum Clean all# yum Install subversion
Step 3:verify Subversion Version
At this stage, you have the successfully install Subversion client on your system. Lets use following command to verify version of the SVN client.
# svn--VERSIONSVN, version 1.8.15 (r1718365) compiled Dec, 14:28:48 on X86_64-redhat-linux-gnucopyright (C) 2 015 the Apache software Foundation.this software consists of contributions made by many people;see the NOTICE file for mor E information. Subversion is open source software, see http://subversion.apache.org/The following repository access (RA) modules is Avai lable:* Ra_svn:module for accessing a repository using the SVN network protocol. -With Cyrus SASL authentication -Handles ' svn ' scheme* ra_local:module for accessing a repository on local disk.
-handles ' file ' scheme* ra_serf:module for accessing a repository via WebDAV protocol using serf. -Using serf 1.3.7 -handles ' HTTP ' scheme -handles ' https ' scheme
References:
1. http://opensource.wandisco.com/
CentOS Yum Installation svn1.8