Annotation of OpenXM/doc/OpenXM-web/anonymous.html, Revision 1.4
1.1 takayama 1: <html>
2: <!--
1.4 ! takayama 3: $OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.3 2004/06/27 10:08:56 takayama Exp $
1.1 takayama 4: -->
5: <title>Getting the latest version (HEAD branch)
1.3 takayama 6: by cvsup </title>
7: <body bgcolor=#ffffff text=#000000>
8: <h1>Getting the latest version (HEAD branch) by cvsup </h1>
9: <ol>
10: <li>
11: Generate the following file with the name
12: <font color="red"> openxm-supfile </font> <br>
13: <table border=2>
14: <tr> <td>
15: <font color="blue">
16: <pre>
17: *default host=cvsup.math.sci.kobe-u.ac.jp
18: *default base=.
19: *default prefix=.
20: # The following line is for the head branch of OpenXM source tree.
21: *default release=cvs tag=.
1.4 ! takayama 22: #*default delete use-rel-suffix
! 23: *default use-rel-suffix
1.3 takayama 24: # If your network link is a T1 or faster, comment out the following line.
25: *default compress
26: # OpenXM main source tree.
27: openxm
28: # OpenXM depends on some other softwares.
29: # We also provide their sources by the CVSup service.
30: openxm-contrib
31: # Risa/Asir source tree.
32: openxm-contrib2
33: </pre>
34: </font>
35: </td> </tr> </table>
36: <li> Then, type in <br>
37: <font color="red"> <pre> cvsup -g openxm-supfile </pre> </font> <br>
38: You will get directories OpenXM, OpenXM_contrib, OpenXM_contrib2.
39: </ol>
40:
41:
42: <H3>Getting the latest version (HEAD branch) from anonymous CVS server
43: <font color="red"> (This service is stopped.) </font> </H3>
1.1 takayama 44:
45: <OL>
46: <LI> Password registration (necessary only for the first connection) <BR>
47:
48: Execute the following command: <BR>
49:
1.2 takayama 50: % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm login </font> <BR>
1.1 takayama 51: (Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>
52: CVS password: <BR>
53:
1.2 takayama 54: Type <font color="red"> anoncvs</font>, then a line will be appended to $HOME/.cvspass<BR>
1.1 takayama 55:
56: <LI> Getting the source tree<BR>
57:
58: Execute the following command: <BR>
59:
1.2 takayama 60: % <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 61:
62: <LI> Updating the source tree<BR>
63:
64: Execute the following command in the directory where OpenXM, OpenXM_contrib and OpenXM_contrib2 exist: <BR>
65:
1.2 takayama 66: % <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 67:
68: </OL>
69: </body>
70: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>