Remove handling of CVS IDs.
[dragonfly.git] / share / examples / cvsup / DragonFly-cvs-supfile
1 # $DragonFly: src/share/examples/cvsup/DragonFly-cvs-supfile,v 1.7 2007/04/01 12:20:50 swildner Exp $
2 #
3 # DRAGONFLY-CVS-SUPFILE
4 #
5 # This file will by default maintain a copy of the DragonFly BSD CVS tree
6 # in /home/dcvs.
7 #
8 # If not running X, or invoking cvsup from a non-interactive script, then
9 # run it as follows:
10 #
11 #       cvsup -g -L 2 DragonFly-cvs-supfile
12 #
13 # You may wish to change some of the settings in this file to better
14 # suit your system:
15 #
16 # host=<mirror_site>
17 #               This specifies the server host which will supply the
18 #               file updates.
19 #
20 # base=/usr
21 #               This specifies the root where CVSup will store information
22 #               about the collections you have transferred to your system.
23 #               A setting of "/usr" will generate this information in
24 #               /usr/sup.  Even if you are CVSupping a large number of
25 #               collections, you will be hard pressed to generate more than
26 #               ~1MB of data in this directory.  You can override the
27 #               "base" setting on the command line with cvsup's "-b base"
28 #               option.  This directory must exist in order to run CVSup.
29 #
30 # prefix=/home/dcvs
31 #               This specifies where to place the requested files.  A
32 #               setting of "/home/dcvs" will place all of the files
33 #               requested in /home/dcvs (e.g., "/home/dcvs/src/bin").
34 #               The prefix directory must exist in order to run CVSup.
35 #
36 # If you want to use a 'checked out' copy of the DragonFly source tree, use
37 # one of the other DragonFly supfiles.
38 #
39 *default host=cvsup.dragonflybsd.org
40 *default base=/usr
41 *default prefix=/home/dcvs
42 #*default prefix=/usr
43 *default release=cvs
44 #*default release=cvs tag=.
45 *default delete use-rel-suffix
46 *default compress
47
48 dragonfly-cvs-root
49 dragonfly-cvs-src
50 #dragonfly-cvs-site
51 #dragonfly-cvs-doc