[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.2, Mon Apr 23 18:45:51 2001 UTC (16 years, 6 months ago) by xfs
Branch: MAIN
Changes since 1.1: +15 -4 lines

Add r1.0 config to cvsup page.

Add a few more mirror sites.

<& 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>
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 at
<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>
*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>The Release 1.0 tree may also be obtained with the following
			configuration file:</p>

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

<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 &>