Re: RedHat RPMS for 7.3, 8.0, 9.0
From: Steve Williams <sly_at_internode.on.net>
Date: 2003-07-16 15:42:59 CEST
> on the Subversion RPMs works fine. All installed. Woohoo! Not really
Reduced the number of hoops in my idiot's guide by replacing the whole
apt-get rocks!
> Now to get a repository going, but I have the Subversion Book for that.
I've got that going now too. Now to set up a fresh RH9 box at work using my
The latest version of my idiot's guide...
Install Red Hat 9 in Server configuration. Make sure that mod_perl, mod_php
Download apt-get
http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.r
Install apt-get (remember that you must be logged in as root, ie. su root)
# rpm -Uvh apt-0.5.5cnc6-fr1.i386.rpm
First you must update the packages that apt-get knows about
# apt-get update
Get the latest perl-Config-IniFiles package
# apt-get install perl-Config-IniFiles
Get the latest perl-CGI package (required by subversion-tools)
# apt-get install perl-CGI
Download the RPMs for Subversion (all except devel RPMs)
http://summersoft.fay.ar.us/pub/subversion/i386/subversion-latest/redhat-9.x
Now you can update Subversion
# rpm -Uvh *.rpm
Subversion should now be successfully installed.
Sly
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.