Install subversion version management system (cvs replacement)

Untitled Document

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/i386/subversion-1.4.2-1.i386.rpm wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/i386/subversion-devel-1.4.2-1.i386.rpm wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/i386/neon-0.24.7-1.i386.rpm wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/i386/mod_dav_svn-1.4.2-1.i386.rpm wget http://summersoft.fay.ar.us/pub/subversion/latest/rhel-3/i386/subversion-debuginfo-1.4.2-1.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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

think you could put up a

think you could put up a working tutorial for CVS? not assuming its RPM-base, source compile.

cvs

wget http://ftp.gnu.org/non-gnu/cvs/source/stable/1.11.21/cvs-1.11.21.tar.gz
tar -zxf cvs-1.11.21.tar.gz
./configure
make
make install

That may work, I can play around with it later but last time I checked cvs source was easy to compile.

indeed, now what about

indeed, now what about making a tutorial on setting up a CVS Repository... thats the part im really having troubles with :D

cvs

That may take awhile, I do not do any real coding so do not have much experience with either side of CVS :/

i do alot of programming,

i do alot of programming, especially with Zend Dev Enviorment, which has built in capadability with cVS, having a repository for scripts me and my peers work on would be most excellent

Powered by Drupal - Theme created by Danger4k