[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.8, Tue Aug 29 23:01:52 2000 UTC (17 years, 2 months ago) by xfs
Branch: MAIN
Changes since 1.7: +2 -2 lines

Fix broken CVS link.

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

<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>The first command&nbsp; is:&nbsp;</td>
</tr>

<tr>
<td BGCOLOR="#DFDFDF">sh bash ksh etc...:
<p>$ export CVSROOT=':pserver:cvs@oss.sgi.com:/cvs'
<p>csh tcsh....:&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;Then do 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>
<td>This only needs to be done only ONCE, not everytime you access CVS.&nbsp;
<p>Now grab linux-2.4-xfs. The <b>first time</b> you will want to do something
like:&nbsp;</td>
</tr>

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

<tr>
<td>Now you will want to go through follow the build process, according to the
file <tt>README.build</tt> in the top level directory.&nbsp;
<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&nbsp; to the latest version from the CVS server.&nbsp;
and rebuild.<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>

<& xfsTemplate,bottom=>1 &>