]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/examples/cvsup/standard-supfile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / examples / cvsup / standard-supfile
1 # $FreeBSD$
2 #
3 # BEWARE, CVS is deprecated and no longer supported by the FreeBSD project.
4 #
5 # The primary development work happens in Subversion and is temporarily
6 # exported to the legacy CVS system with significant time delays.
7 #
8 # You should NOT set up a new consumer of FreeBSD source code via CVS.
9 # Please see:
10 # http://www.freebsd.org/doc/handbook/svn.html
11 # http://www.freebsd.org/doc/handbook/svn-mirrors.html
12 #
13 # csup (CVS Update Protocol) allows you to download the latest CVS
14 # tree (or any branch of development therefrom) to your system easily
15 # and efficiently
16 #
17 # To keep your CVS tree up-to-date run:
18 #
19 #       csup standard-supfile
20 #
21 # Note that this only updates the tree contents and does not
22 # update what is actually installed.
23 #
24 # You may wish to change some of the settings in this file to better
25 # suit your system:
26 #
27 # host=CHANGE_THIS.FreeBSD.org
28 #               This specifies the server host which will supply the
29 #               file updates.  You must change it to one of the CVSup
30 #               mirror sites listed in the FreeBSD Handbook at
31 #               http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
32 #               You can override this setting on the command line
33 #               with cvsup's "-h host" option.
34 #
35 # base=/var/db
36 #               This specifies the root where csup will store information
37 #               about the collections you have transferred to your system.
38 #               A setting of "/var/db" will generate this information in
39 #               /var/db/sup.  You can override the "base" setting on the
40 #               command line with cvsup's "-b base" option.  This directory
41 #               must exist in order to run CVSup.
42 #
43 # prefix=/usr
44 #               This specifies where to place the requested files.  A
45 #               setting of "/usr" will place all of the files requested
46 #               in "/usr/src" (e.g., "/usr/src/bin", "/usr/src/lib").
47 #               The prefix directory must exist in order to run CVSup.
48
49 # Defaults that apply to all the collections
50 #
51 # IMPORTANT: Change the next line to use one of the CVSup mirror sites
52 # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
53 *default host=CHANGE_THIS.FreeBSD.org
54 *default base=/var/db
55 *default prefix=/usr
56 *default release=cvs tag=.
57 *default delete use-rel-suffix
58
59 # If you seem to be limited by CPU rather than network or disk bandwidth, try
60 # commenting out the following line.  (Normally, today's CPUs are fast enough
61 # that you want to run compression.)
62 *default compress
63
64 ## Main Source Tree.
65 #
66 # The easiest way to get the main source tree is to use the "src-all"
67 # mega-collection.  It includes all of the individual "src-*" collections.
68 src-all