Annotation of OpenXM/doc/HOWTO/cvsup, Revision 1.1
1.1 ! noro 1: Getting the whole source tree by CVSup (written by Ohara)
! 2:
! 3: CVSup is free software and the source code and the binaries can be
! 4: obtained from the following URL:
! 5:
! 6: http://www.polstra.com/projects/freeware/CVSup/
! 7:
! 8: While you can get any specified version of the source with the
! 9: usual cvs, you can get only the latest source code by using CVSup.
! 10:
! 11: After installing CVSup, decide a directory for putting OpenXM source
! 12: tree and a working directory for CVSup. Let these directories be
! 13: /home/ohara/openxm and /home/ohara/tmp. You have to create these
! 14: directories in advance. Then create a file 'openxm-supfile'
! 15: containing the following lines:
! 16:
! 17: *default host=cvsup.math.sci.kobe-u.ac.jp
! 18: *default base=/home/ohara/tmp
! 19: *default prefix=/home/ohara/openxm
! 20: *default release=cvs tag=.
! 21: *default delete use-rel-suffix
! 22: *default compress
! 23: openxm
! 24: openxm-contrib
! 25: openxm-contrib2
! 26:
! 27: Then execute cvsup as follows:
! 28:
! 29: % cvsup -g openxm-supfile
! 30:
! 31: where '-g' option indicates disabling GUI. You will get the whole
! 32: source tree in /home/ohara/openxm. Once you have the source tree, you
! 33: can update it by executing the same command.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>