[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.3

version 1.1, 2001/10/27 11:22:35 version 1.3, 2004/06/27 10:08:56
Line 1 
Line 1 
 <html>  <html>
 <!--  <!--
 $OpenXM$  $OpenXM: OpenXM/doc/OpenXM-web/anonymous.html,v 1.2 2003/10/15 01:19:22 takayama Exp $
 -->  -->
 <title>Getting the latest version (HEAD branch)  <title>Getting the latest version (HEAD branch)
        from anonymous CVS server</title>         by cvsup </title>
 <body>  <body bgcolor=#ffffff text=#000000>
 <H2>Getting the latest version (HEAD branch) from anonymous CVS server</H2>  <h1>Getting the latest version (HEAD branch) by cvsup </h1>
   <ol>
   <li>
   Generate the following file with the name
   <font color="red"> openxm-supfile </font> <br>
   <table border=2>
   <tr> <td>
   <font color="blue">
   <pre>
   *default host=cvsup.math.sci.kobe-u.ac.jp
   *default base=.
   *default prefix=.
   # The following line is for the head branch of OpenXM source tree.
   *default release=cvs tag=.
   *default delete use-rel-suffix
   # If your network link is a T1 or faster, comment out the following line.
   *default compress
   # OpenXM main source tree.
   openxm
   # OpenXM depends on some other softwares.
   # We also provide their sources by the CVSup service.
   openxm-contrib
   # Risa/Asir source tree.
   openxm-contrib2
   </pre>
   </font>
   </td> </tr> </table>
   <li> Then, type in <br>
   <font color="red"> <pre> cvsup  -g   openxm-supfile </pre> </font> <br>
   You will get directories OpenXM, OpenXM_contrib, OpenXM_contrib2.
   </ol>
   
   
   <H3>Getting the latest version (HEAD branch) from anonymous CVS server
   <font color="red"> (This service is stopped.) </font> </H3>
   
 <OL>  <OL>
 <LI> Password registration (necessary only for the first connection) <BR>  <LI> Password registration (necessary only for the first connection) <BR>
   
 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.3

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