A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git] / share / examples / cvsup / DragonFly-src-supfile
blobb0959dbe2628dc57647119db5c82eba496170c3c
1 # $DragonFly: src/share/examples/cvsup/DragonFly-src-supfile,v 1.1 2004/07/28 20:26:45 justin Exp $
3 # DRAGONFLY-CVS-SUPFILE
5 # This file will by default maintain a checked-out copy of the i
6 # DragonFly BSD CVS tree in /usr/src.
8 # If not running X, or invoking cvsup from a non-interactive script, then
9 # run it as follows:
11 #       cvsup -g -L 2 DragonFly-src-supfile
13 # You may wish to change some of the settings in this file to better
14 # suit your system:
16 # host=<mirror_site>
17 #               This specifies the server host which will supply the
18 #               file updates.  If you leave it at its default a random
19 #               mirror site will be used.
21 # base=/usr
22 #               This specifies the root where CVSup will store information
23 #               about the collections you have transferred to your system.
24 #               A setting of "/usr" will generate this information in
25 #               /usr/sup.  Even if you are CVSupping a large number of
26 #               collections, you will be hard pressed to generate more than
27 #               ~1MB of data in this directory.  You can override the
28 #               "base" setting on the command line with cvsup's "-b base"
29 #               option.  This directory must exist in order to run CVSup.
31 # prefix=/usr
32 #               This specifies where to place the requested files.  A
33 #               setting of "/usr" will place all of the files
34 #               requested in /usr (e.g., "/usr/src/bin",
35 #               "/usr/ports/archivers").  The prefix directory
36 #               must exist in order to run CVSup.
39 *default host=cvsup.dragonflybsd.org
40 *default base=/usr
41 *default prefix=/usr
42 *default release=cvs tag=.
43 *default delete use-rel-suffix
44 *default compress
46 cvs-src