=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/anonymous.html,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM/doc/OpenXM-web/anonymous.html 2001/10/27 11:22:35 1.1 +++ OpenXM/doc/OpenXM-web/anonymous.html 2004/06/27 10:08:56 1.3 @@ -1,34 +1,68 @@ Getting the latest version (HEAD branch) - from anonymous CVS server - -

Getting the latest version (HEAD branch) from anonymous CVS server

+ by cvsup + +

Getting the latest version (HEAD branch) by cvsup

+
    +
  1. +Generate the following file with the name + openxm-supfile
    + +
    + +
    +*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
    +
    +
    +
    +
  2. Then, type in
    +
     cvsup  -g   openxm-supfile 

    +You will get directories OpenXM, OpenXM_contrib, OpenXM_contrib2. +
+ +

Getting the latest version (HEAD branch) from anonymous CVS server + (This service is stopped.)

+
  1. Password registration (necessary only for the first connection)
    Execute the following command:
    -% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs login
    +% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm login
    (Logging in to anoncvs@kerberos.math.kobe-u.ac.jp)
    CVS password:
    -Type anoncvs, then a line will be appended to $HOME/.cvspass
    +Type anoncvs, then a line will be appended to $HOME/.cvspass
  2. Getting the source tree
    Execute the following command:
    -% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs checkout OpenXM OpenXM_contrib OpenXM_contrib2
    +% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm checkout OpenXM OpenXM_contrib OpenXM_contrib2
  3. Updating the source tree
    Execute the following command in the directory where OpenXM, OpenXM_contrib and OpenXM_contrib2 exist:
    -% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvs update OpenXM OpenXM_contrib OpenXM_contrib2
    +% cvs -d :pserver:anoncvs@kerberos.math.kobe-u.ac.jp:/home/cvsroot/openxm update OpenXM OpenXM_contrib OpenXM_contrib2