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
    *default 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/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
  2. Getting the source tree
    Execute the following command:
    % 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/cvsroot/openxm update OpenXM OpenXM_contrib OpenXM_contrib2