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