Difference between revisions of "Subversion"
Jump to navigation
Jump to search
(Created page with '=Installation= ==CentOS 5.5== ===Install Yum Priorities=== * yum install yum-priorities * edit ''/etc/yum.repos.d/CentOS-Base.repo'', add ''priority=1'' to Base, Updates, Addons,…') |
m |
||
Line 1: | Line 1: | ||
+ | This page describes how to install subversion 1.6.x on Centos 5.x. | ||
+ | |||
=Installation= | =Installation= | ||
==CentOS 5.5== | ==CentOS 5.5== |
Latest revision as of 05:15, 15 September 2010
This page describes how to install subversion 1.6.x on Centos 5.x.
Installation
CentOS 5.5
Install Yum Priorities
- yum install yum-priorities
- edit /etc/yum.repos.d/CentOS-Base.repo, add priority=1 to Base, Updates, Addons, and Extras. Add priority=2 to CentOSPlus
Set up the RPMForge Repository
- Download from http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
- Install package
- Edit /etc/yum.repos.d/rpmforge.repo and add priority=3 to the rpmforge repo
Exclude subversion from centos base repo
- Edit /etc/yum.repos.d/CentOS-Base.repo, add exclude=subversion to all repos