cvs-supfile revision 267654
1# $FreeBSD: releng/9.3/share/examples/cvsup/cvs-supfile 249503 2013-04-15 07:01:20Z bapt $
2#
3# This file contains all of the "CVSup collections" that make up the
4# CVS development tree of the FreeBSD system.
5#
6# csup (CVS Update Protocol) allows you to download the latest CVS
7# tree (or any branch of development therefrom) to your system easily
8# and efficiently
9#
10# To keep your CVS tree up-to-date run:
11#
12#	csup cvs-supfile
13#
14# Note that this only updates the tree contents and does not
15# update what is actually installed.
16#
17# You may wish to change some of the settings in this file to better
18# suit your system:
19#
20# host=CHANGE_THIS.FreeBSD.org
21#		This specifies the server host which will supply the
22#		file updates.  You must change it to one of the CVSup
23#		mirror sites listed in the FreeBSD Handbook at
24#		http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
25#		You can	override this setting on the command line
26#		with cvsup's "-h host" option.
27#
28# base=/var/db
29#		This specifies the root where csup will store information
30#		about the collections you have transferred to your system.
31#		A setting of "/var/db" will generate this information in
32#		/var/db/sup.  You can override the "base" setting on the
33#		command line with cvsup's "-b base" option.  This directory
34#		must exist in order to run CVSup.
35#
36# prefix=/home/ncvs
37#		This specifies where to place the requested files.  A
38#		setting of "/home/ncvs" will place all of the files
39#		requested in /home/ncvs (e.g., "/home/ncvs/src/bin").
40#		The prefix directory must exist in order to run CVSup.
41
42# Defaults that apply to all the collections
43#
44# IMPORTANT: Change the next line to use one of the CVSup mirror sites
45# listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS.
46*default host=CHANGE_THIS.FreeBSD.org
47*default base=/var/db
48*default prefix=/home/ncvs
49*default release=cvs
50*default delete use-rel-suffix
51
52# If you seem to be limited by CPU rather than network or disk bandwidth, try
53# commenting out the following line.  (Normally, today's CPUs are fast enough
54# that you want to run compression.)
55*default compress
56
57## Main Source Tree.
58#
59# The easiest way to get the main source tree is to use the "src-all"
60# mega-collection.  It includes all of the individual "src-*" collections.
61src-all
62
63# These are the individual collections that make up "src-all".  If you
64# use these, be sure to comment out "src-all" above.
65#src-base
66#src-bin
67#src-cddl
68#src-contrib
69#src-etc
70#src-games
71#src-gnu
72#src-include
73#src-kerberos5
74#src-kerberosIV
75#src-lib
76#src-libexec
77#src-release
78#src-rescue
79#src-sbin
80#src-share
81#src-sys
82#src-tools
83#src-usrbin
84#src-usrsbin
85# These are the individual collections that make up FreeBSD's crypto
86# collection. They are no longer export-restricted and are a part of
87# src-all
88#src-crypto
89#src-eBones
90#src-secure
91#src-sys-crypto
92
93## Projects
94#
95# This collection retrieves the projects tree of the FreeBSD
96# repository
97projects-all
98
99## CVSROOT control files
100#
101# This is to get the control files that cvs(1) needs and the commit logs.
102cvsroot-all
103
104# These are the individual collections that make up "cvsroot-all"  If you
105# use these, be sure to comment out "cvsroot-all" above.  "cvsroot-common"
106# is a synthetic CVSROOT that has all the modules from the other CVSROOT-*
107# directories merged into one, and merged commitlogs via symlinks.
108#cvsroot-common
109#cvsroot-src
110