Annotation of OpenXM/misc/openxm-cvs-supfile, Revision 1.2
1.2 ! maekawa 1: # $OpenXM: OpenXM/misc/openxm-cvs-supfile,v 1.1 2000/01/05 15:31:37 maekawa Exp $
1.1 maekawa 2: #
3: # This file contains all of the "CVSup collections" that make up
4: # the OpenXM source tree.
5: #
6: # CVSup (CVS Update Protocol) allows you to download the latest CVS
7: # tree (or any branch of development therefrom) to your system easily
8: # and efficiently (far more so than with sup, which CVSup is aimed
9: # at replacing). If you're running CVSup interactively, and are
10: # currently using an X display server, you should run CVSup as follows
11: # to keep your CVS tree up-to-date:
12: #
13: # cvsup openxm-supfile
14: #
15: # If not running X, or invoking cvsup from a non-interactive script, then
16: # run it as follows:
17: #
18: # cvsup -g -L 2 openxm-supfile
19: #
20: # You may wish to change some of the settings in this file to better
21: # suit your system:
22: #
23: # host=cvsup.math.sci.kobe-u.ac.jp
24: # This specifies the server host which will supply the file
25: # updates. You can override this setting on the command line
26: # with cvsup's "-h host" option.
27: #
28: # base=/usr
29: # This specifies the root where CVSup will store information
30: # about the collections you have transferred to your system.
31: # A setting of "/usr" will generate this information in
32: # /usr/sup. Even if you are CVSupping a large number of
33: # collections, you will be hard pressed to generate more than
34: # ~1MB of data in this directory. You can override the
35: # "base" setting on the command line with cvsup's "-b base"
36: # option. This directory must exist in order to run CVSup.
37: #
38: # prefix=/usr
39: # This specifies where to place the requested files. A setting of
40: # "/usr" will place all of the files requested in "/usr/src"
41: # (e.g., "/usr/OpenXM", "/usr/OpenXM_contrib").
42: # The prefix directory must exist in order to run CVSup.
43:
44: # Defaults that apply to all the collections
45: *default host=cvsup.math.sci.kobe-u.ac.jp
46: *default base=/usr
47: *default prefix=/usr
48:
49: # The following line is for the head branch of OpenXM source tree.
50: *default release=cvs
51: *default delete use-rel-suffix
52:
53: # If your network link is a T1 or faster, comment out the following line.
54: *default compress
55:
56: # OpenXM main source tree.
57: openxm
58:
59: # OpenXM depends on some other softwares.
60: # We also provide their sources by the CVSup service.
61: openxm-contrib
1.2 ! maekawa 62:
! 63: # Risa/Asir source tree.
! 64: openxm-contrib2
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>