|
|
| File: [Development] / ltp-website / mp / cvs_download.mp (download)
Revision 1.1, Fri Dec 29 16:50:15 2000 UTC (16 years, 10 months ago) by nstraz
These are content files for use with "mp," a tool for creating web pages on oss.sgi.com using the global templates. |
<table border=0 cellspacing=2 width="100%"> <FONT FACE="ARIAL NARROW, HELVETICA" SIZE="5"><B>LTP: CVS Download Instructions</B></FONT> </font></td> </tr> <tr> <td>The first command is:</td> </tr> <tr> <td BGCOLOR="#DFDFDF">sh bash ksh etc...: <p><code>$ export CVSROOT=':pserver:cvs@oss.sgi.com:/cvs'</code> <p>csh tcsh...: <p><code>$ setenv CVSROOT :pserver:cvs@oss.sgi.com:/cvs</code> </td> </tr> <tr> <td>You might want to put this in your login script. <p>Then do the command:</td> </tr> <tr> <td BGCOLOR="#DFDFDF"> <code>$ cvs login</code> <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. <p>Now grab ltp. The <b>first time</b> you will want to do something like:</td> </tr> <tr> <td BGCOLOR="#DFDFDF"> <code>$ cvs -z3 checkout ltp</code> </td> </tr> <tr> <td>Now you will want to follow the build process, according to the file <code>README</code> in the top level directory. <p>After you have checked the code out, you can use:</td> </tr> <tr> <td BGCOLOR="#DFDFDF"> <code>$ cvs -z3 update -d</code></td> </tr> <tr> <td>to update your copy to the latest version from the CVS server. <p> <a href="http://www.cvshome.org/new_users.html">CVS for new users</a> contains links to more documentation. <p>A <a href=mail.html#ltp-cvs>mailing list</a> which reports changes to the CVS repository is available. </td> </tr> </table>