Subversion

From KeegansWiki
Revision as of 06:15, 15 September 2010 by Keegan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Exclude subversion from centos base repo

  • Edit /etc/yum.repos.d/CentOS-Base.repo, add exclude=subversion to all repos

Reference

[1]