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