[BACK]Return to cvsup CVS log [TXT][DIR] Up to [local] / OpenXM / doc / HOWTO

File: [local] / OpenXM / doc / HOWTO / cvsup (download)

Revision 1.2, Tue Mar 11 09:02:06 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +10 -6 lines

Updated the URL of CVSup distribution site.

$OpenXM: OpenXM/doc/HOWTO/cvsup,v 1.2 2003/03/11 09:02:06 noro Exp $

Getting the whole source tree by CVSup (written by Ohara)

CVSup is free software, and the source code and the binaries can be
obtained from the following URL:

http://www.cvsup.org

On FreeBSD, you can install cvsup from packages.

While you can get any specified version of the source with the
usual cvs, you can get only the latest source code by using CVSup.

After installing CVSup, decide a directory for putting OpenXM source
tree and a working directory for CVSup.  For example, let these
directories be /home/ohara/openxm and /home/ohara/tmp.  You have to
create these directories in advance.  Then create a file 
'openxm-supfile' containing the following lines:

*default host=cvsup.math.sci.kobe-u.ac.jp
*default base=/home/ohara/tmp
*default prefix=/home/ohara/openxm
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
openxm
openxm-contrib
openxm-contrib2

Then execute cvsup as follows:

% cvsup -g openxm-supfile		

where '-g' option indicates disabling GUI. You will get the whole
source tree in /home/ohara/openxm. Once you have the source tree, you
can update it by executing the same command.