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

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

Revision 1.7, Fri Dec 6 17:38:37 2002 UTC (14 years, 10 months ago) by cattelan
Branch: MAIN
Changes since 1.6: +16 -1 lines

added 2.5
-Russell

<& 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="http://oss.sgi.com/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=ftp.thebarn.com
*default base=.
*default release=cvs tag=.
*default delete use-rel-suffix
*default prefix=/tmp/cvsupit
*default compress
linux-xfs
</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 itself 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=ftp.thebarn.com
*default base=.
*default release=cvs
*default delete use-rel-suffix
*default prefix=/tmp/cvsupit
*default compress
linux-xfs
</tt></pre>

<p>
The XFS linux 2.5 tree supfile:

<p>     
<pre><tt>
*default host=ftp.thebarn.com
*default base=.
*default release=cvs tag=.
*default delete use-rel-suffix
*default prefix=/tmp/cvsupit
*default compress
linux2.5-xfs
</tt></pre>


<br>


<& xfsTemplate,bottom=>1 &>