[BACK]Return to anonymous.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/anonymous.html between version 1.1 and 1.2

version 1.1, 2001/10/27 11:22:35 version 1.2, 2003/10/15 01:19:22
Line 1 
Line 1 
 <html>  <html>
 <!--  <!--
 $OpenXM$  $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)  <title>Getting the latest version (HEAD branch)
        from anonymous CVS server</title>         from anonymous CVS server</title>
Line 12  $OpenXM$
Line 12  $OpenXM$
   
 Execute the following command: <BR>  Execute the following command: <BR>
   
 % cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs login <BR>  % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm login </font> <BR>
 (Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>  (Logging in to anoncvs@kerberos.math.kobe-u.ac.jp) <BR>
 CVS password: <BR>  CVS password: <BR>
   
 Type anoncvs, then a line will be appended to $HOME/.cvspass<BR>  Type <font color="red"> anoncvs</font>, then a line will be appended to $HOME/.cvspass<BR>
   
 <LI> Getting the source tree<BR>  <LI> Getting the source tree<BR>
   
 Execute the following command: <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>  % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm checkout OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>
   
 <LI> Updating the source tree<BR>  <LI> Updating the source tree<BR>
   
 Execute the following command in the directory where OpenXM, OpenXM_contrib and OpenXM_contrib2 exist: <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>  % <font color="red"> cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm update OpenXM OpenXM_contrib OpenXM_contrib2 </font> <BR>
   
 </OL>  </OL>
 </body>  </body>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>