Subversion is an Open Source Version Control System. Visit the Subversion website for more information.
Versions
- CentOS 5.x
- Subversion 1.6.x
Requirements
Install Subversion 1.6.x
- Exclude subversion packages from base repositories
- Open the CentOS base repository configuration file
/etc/yum.repos.d/CentOS-Base.repo
- Append the following text to all repositories
exclude=subversion
- Restart the yum service (run the following command)
service yum-updatesd restart
- Install Subversion
yum install subversion