Annotation of OpenXM/doc/OpenXM-web/anonymous.html, Revision 1.2
1.1 takayama 1: <html>
2: <!--
1.2 ! takayama 3: $OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.1 2001/10/27 11:22:35 takayama Exp $
1.1 takayama 4: -->
5: <title>Getting the latest version (HEAD branch)
6: from anonymous CVS server</title>
7: <body>
8: <H2>Getting the latest version (HEAD branch) from anonymous CVS server</H2>
9:
10: <OL>
11: <LI> Password registration (necessary only for the first connection) <BR>
12:
13: Execute the following command: <BR>
14:
1.2 ! takayama 15: % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm login </font> <BR>
1.1 takayama 16: (Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>
17: CVS password: <BR>
18:
1.2 ! takayama 19: Type <font color="red"> anoncvs</font>, then a line will be appended to $HOME/.cvspass<BR>
1.1 takayama 20:
21: <LI> Getting the source tree<BR>
22:
23: Execute the following command: <BR>
24:
1.2 ! takayama 25: % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm checkout OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>
1.1 takayama 26:
27: <LI> Updating the source tree<BR>
28:
29: Execute the following command in the directory where OpenXM, OpenXM_contrib and OpenXM_contrib2 exist: <BR>
30:
1.2 ! takayama 31: % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm update OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>
1.1 takayama 32:
33: </OL>
34: </body>
35: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>