Subversion is a program much like cvs that allows for version management. Though I am not extremely familiar with it I was asked to install it on a redhat enterprise 3 update 6 server. The following rpms should work great as long as you have it running the latest according to up2date. If you have RHEL4 you can apparently just do up2date -l subversion. Anyways simply download and install these rpms:
mkdir /usr/local/src/subversion
cd /usr/local/src/subversion
wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/subversion-1.2.3-1.rhel3.i386.rpm
wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/subversion-devel-1.2.3-1.rhel3.i386.rpm
wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/subversion-debuginfo-1.2.3-1.rhel3.i386.rpm
wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/neon-0.24.7-1.i386.rpm
wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/bin/mod_dav_svn-1.2.3-1.rhel3.i386.rpm
rpm -Uvh *rpm
That's it! If for some reason the files are no longer working and you are getting 404's please post it and I will change the links. I have downloaded a spare copy of the files to http://www.eth0.us/files/subversion/ just in case.
Most Popular Articles
Adding MySQL Access Hosts
You can allow external web servers to access your MySQL databases by adding their domain name to...
How do I install ImageMagick ? on a cPanel box (and other nix* solutions)
To install ImageMagick ssh in as root and: 1. mkdir /home/src 2. cd /home/src 3. wget...
How to Configure Web Logs in Apache
Author's Note: While most of this piece discusses configuration options for any operating system...
How to Install Brute Force Detection BFD
What is BFD (Brute Force Detection)? BFD is a modular shell script for parsing applicable logs...
How to Install Zend Optimizer
Zend Optimizer increases runtime performance up to 40%. Zend Optimizer enables users to run files...