Annotation of OpenXM/doc/OpenXM-web/anonymous.html, Revision 1.1
1.1 ! takayama 1: <html>
! 2: <!--
! 3: $OpenXM$
! 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:
! 15: % cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs login <BR>
! 16: (Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>
! 17: CVS password: <BR>
! 18:
! 19: Type anoncvs, then a line will be appended to $HOME/.cvspass<BR>
! 20:
! 21: <LI> Getting the source tree<BR>
! 22:
! 23: Execute the following command: <BR>
! 24:
! 25: % cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs checkout OpenXM OpenXM_contrib OpenXM_contrib2<BR>
! 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:
! 31: % cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs update OpenXM OpenXM_contrib OpenXM_contrib2<BR>
! 32:
! 33: </OL>
! 34: </body>
! 35: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>