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

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

Revision 1.17, Thu Dec 13 17:32:27 2001 UTC (15 years, 10 months ago) by xfs
Branch: MAIN
Changes since 1.16: +14 -2 lines

Add 2.5.x tree to instructions

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

<br>

<table border=0 cellspacing=2 width="100%">
<FONT FACE="ARIAL NARROW, HELVETICA" SIZE="5"><B>Linux XFS: CVS Download Instructions</B></FONT>
	</font></td>
	</tr>


<tr>
<td>Set the CVSROOT environment variable:&nbsp;</td>
</tr>

<tr>
<td BGCOLOR="#DFDFDF">For sh, bash, ksh, or similar shells:
<p>$ export CVSROOT=':pserver:cvs@oss.sgi.com:/cvs'
<p>For csh or tcsh shells:&nbsp;
<p>&nbsp;$ setenv CVSROOT&nbsp; :pserver:cvs@oss.sgi.com:/cvs
<br>&nbsp;</td>
</tr>

<tr>
<td>You might want to put this in your login script.&nbsp;
<p>&nbsp;Execute the command:&nbsp;</td>
</tr>

<tr>
<td BGCOLOR="#DFDFDF">
<br><tt>$ cvs login</tt>
<br><i>(the password is "</i>cvs<i>")</i></td>
</tr>

<tr>
<p>
<td>This only needs to be done ONCE, not every time you access CVS.&nbsp;
<p>Now grab linux-2.4-xfs to download the development tree.
</td>
</tr>

<tr>
<td>
<p>
<p>Execute the following to download the
development tree for the first time:&nbsp;</td>
</tr>

<tr>
<td BGCOLOR="#DFDFDF">
<br>
<tt>$ cvs -z3 checkout linux-2.4-xfs</tt>
</td>
</tr>

<tr>
<p>
<td>There is also a 2.5 development tree available.  To check it
out:
</td>
</tr>

<tr>
<td BGCOLOR="#DFDFDF">
<br>
<tt>$ cvs -z3 checkout linux-2.5-xfs</tt>
</td>
</tr>

<tr>
<td>
<p>
<p>After you have checked the code out, you can use:&nbsp;</td>
</tr>

<tr>
<td BGCOLOR="#DFDFDF">
<br><tt>$ cvs -z3 update -d</tt></td>
</tr>

<tr>
<td>to update your copy to the latest version from the CVS server&nbsp;
and then rebuild.

<p>
You can also download XFS using CVSup.  For instructions on
checking the tree out of CVSup, see the
<a href="cvsup.html">
CVSup download instructions</a>.

<p> <a href="http://www.cvshome.org/new_users.html">CVS for new users</a>
contains links to more documentation.&nbsp;</td>
</tr>
</table>
</table>

<br>
<& xfsTemplate,bottom=>1 &>