Merge from vendor branch FILE:
[dragonfly.git] / share / examples / cvsup / DragonFly-src-supfile
1 # $DragonFly: src/share/examples/cvsup/DragonFly-src-supfile,v 1.3 2005/04/06 20:52:55 dillon Exp $
2 #
3 # DRAGONFLY-SRC-SUPFILE
4 #
5 # This file will by default maintain the absolute latest DragonFly
6 # source code in /usr/src/ by tracking the HEAD of the CVS tree.  This tag
7 # represents a current development snapshot and the code might not be stable.
8 #
9 # If not running X, or invoking cvsup from a non-interactive script, then
10 # run it as follows:
11 #
12 #       cvsup -g -L 2 DragonFly-src-supfile
13 #
14 # You may wish to change some of the settings in this file to better
15 # suit your system:
16 #
17 # host=<mirror_site>
18 #               This specifies the server host which will supply the
19 #               file updates.  If you leave it at its default a random
20 #               mirror site will be used.
21 #
22 # base=/usr
23 #               This specifies the root where CVSup will store information
24 #               about the collections you have transferred to your system.
25 #               A setting of "/usr" will generate this information in
26 #               /usr/sup.  Even if you are CVSupping a large number of
27 #               collections, you will be hard pressed to generate more than
28 #               ~1MB of data in this directory.  You can override the
29 #               "base" setting on the command line with cvsup's "-b base"
30 #               option.  This directory must exist in order to run CVSup.
31 #
32 # prefix=/usr
33 #               This specifies where to place the requested files.  A
34 #               setting of "/usr" will place all of the files
35 #               requested in /usr (e.g., "/usr/src/bin",
36 #               "/usr/ports/archivers").  The prefix directory
37 #               must exist in order to run CVSup.
38 #
39 #
40 *default host=cvsup.dragonflybsd.org
41 *default base=/usr
42 *default prefix=/usr
43 *default release=cvs tag=.
44 *default delete use-rel-suffix
45 *default compress
46
47 cvs-src
48