[BACK]Return to anonymous.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

File: [local] / OpenXM / doc / OpenXM-web / anonymous.html (download) (as text)

Revision 1.2, Wed Oct 15 01:19:22 2003 UTC (20 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.1: +5 -5 lines

Updated the instruction of anonymous cvs.

<html>
<!--
$OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.2 2003/10/15 01:19:22 takayama Exp $
-->
<title>Getting the latest version (HEAD branch) 
       from anonymous CVS server</title>
<body>
<H2>Getting the latest version (HEAD branch) from anonymous CVS server</H2>

<OL>
<LI> Password registration (necessary only for the first connection) <BR>

Execute the following command: <BR>

% <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm login </font> <BR>
(Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>
CVS password: <BR>

Type <font color="red"> anoncvs</font>, then a line will be appended to $HOME/.cvspass<BR>

<LI> Getting the source tree<BR>

Execute the following command: <BR>

% <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm checkout OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>

<LI> Updating the source tree<BR>

Execute the following command in the directory where OpenXM, OpenXM_contrib and OpenXM_contrib2 exist: <BR>

% <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm update OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>

</OL>
</body>
</html>