1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<!-- This file was generated using SDF 2.001 by
Ian Clatworthy (ianc@mincom.com). SDF is freely
available from http://www.mincom.com/mtr/sdf. -->
<HEAD>
<TITLE>Interchange + CVS HOWTO: Install CVS</TITLE>
</HEAD>
<BODY BGCOLOR="ffffff" LINK="993333">
<DIV CLASS="header">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="ic_howto_cvs_8.html">Parent Topic</A> | <A HREF="ic_howto_cvs_9.html">Previous Topic</A> | <A HREF="ic_howto_cvs_11.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
<DIV CLASS="main">
<H2>2.2. Install CVS</H2>
<P>This is the easy part. For Red Hat systems, download the cvs rpms and install them. The following RPM command will download and install the Red Hat 7.1 version of cvs from rpmfind.net.</P>
<P><HR WIDTH="80%" ALIGN="Left">
<STRONG>Note: </STRONG>You need to be root to complete the following tasks
<HR WIDTH="80%" ALIGN="Left"></P>
<PRE>
su - root
rpm -Uvh ftp://speakeasy.rpmfind.net/linux/redhat/7.1/en/os/i386/RedHat/RPMS/cvs-1.11-3.i386.rpm
</PRE>
<P>Create the user and group that will administrate the interchange repository. For this document, it will be the interch user, (which was setup during the installation of Interchange). But if you understand the mechanics of Unix users/groups, then you can use whatever username and group scheme you prefer. For example, some create a cvs user and cvs group, then add the interchange user and catalog owner to it's group and/or vise-versa. The integration of interchange and CVS in the latter portion of this document will require that the CVS user has some write capability to the catalog directory.</P>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
<P ALIGN="Center"><A HREF="ic_howto_cvs_8.html">Parent Topic</A> | <A HREF="ic_howto_cvs_9.html">Previous Topic</A> | <A HREF="ic_howto_cvs_11.html">Next Topic</A> <BR><A HREF="../index.html" TARGET="_top">Catalog</A></P>
</DIV>
</DIV>
</BODY>
</HTML>
|