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

  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
    (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/cvs 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