[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.1, Sat Oct 27 11:22:35 2001 UTC (22 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1

The explanation on anonymous cvs is moved to an independent new page.

<html>
<!--
$OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.1 2001/10/27 11:22:35 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>

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

Type anoncvs, then a line will be appended to $HOME/.cvspass<BR>

<LI> Getting the source tree<BR>

Execute the following command: <BR>

% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs checkout OpenXM OpenXM_contrib OpenXM_contrib2<BR>

<LI> Updating the source tree<BR>

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

% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs update OpenXM OpenXM_contrib OpenXM_contrib2<BR>

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