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