[BACK]Return to cvsup.html CVS log [TXT][DIR] Up to [Development] / xfs-website.orig

File: [Development] / xfs-website.orig / cvsup.html (download) (as text)

Revision 1.1, Tue Mar 27 22:53:40 2001 UTC (16 years, 6 months ago) by xfs
Branch: MAIN


Added Files:
 	cvsup.html

<& xfsTemplate,top=>1,side=>1 &>

<!-- Start Project Content -->
<h2>
<b><font face="ARIAL NARROW,HELVETICA">Obtaining XFS Linux files with CVSup</font></b></h2>

<p>
A CVSup server has been set up on
linux-xfs.sgi.com.
CVSup is a very fast file distribution system.
For information on CVSup, see the
<a href="http://www.polstra.com/projects/freeware/CVSup/">
CVSup Home Page</a>.
Linux binaries for CVSup can be found on 
<a href="ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/">
this web site</a>.

<p>
You can use CVSup as an alternative to CVS for
keeping current with the latest
development
changes. Standard CVS options such as "cvs log" and "cvs diff"
are not available with CVSup, but
<a href="cgi-bin/cvsweb.cgi/linux-2.4-xfs/">
the cvsweb interface</a>
should provide most of that functionality.

<p>
The following shows a sample basic <tt>supfile</tt> configuration
file:

<p>
<pre><tt>gibble[1:36pm]-=>less supfile
*default host=linux-xfs.sgi.com
*default base=.
*default release=cvs tag=.
*default delete use-rel-suffix
*default prefix=/tmp/cvsupit
linux-xfs
</tt></pre>

<p>
Change <tt>prefix</tt> to a dest dir of your liking
then run
<tt>cvsup supfile</tt>.
Hit the start button once the window pops up.

<p>
The CVS tree may also be keep current with this method
by dropping the <tt>tag=.</tt> flag from <tt>supfile</tt>,
as in the following example:

<p>
<pre><tt>
*default host=linux-xfs.sgi.com
*default base=.
*default release=cvs
*default delete use-rel-suffix
*default prefix=/tmp/cvsupit
linux-xfs
</tt></pre>

<br>


<& xfsTemplate,bottom=>1 &>