[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.6, Fri Sep 28 17:03:41 2001 UTC (16 years, 1 month ago) by xfs
Branch: MAIN
Changes since 1.5: +1 -1 lines

Fix link for cvsweb

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

<br>


<& xfsTemplate,bottom=>1 &>