Friday, August 23, 2013

Install Subversion on CentOS/RHEL 6.4,5.9

The popularly used version control system Subversion can be installed in most of the Linux operating systems. With the given below steps you can easily install and remove subversion from CentOS or Red Hat Linux 5.9,6.4 operating systems.

 To install subversion use given below command as the root user.

sudo yum install mod_dav_svn subversion


After installation you can check the installed version as given below.

rpm -qa | grep -i subversion


The given above command would result in the installed package name of the subversion, using that name you can remove the package too.

sudo yum remove <subversion_package_name>


E.g. - sudo yum remove subversion-1.6.11-9.el6_4.x86_64


1 comment: