A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git] / share / examples / cvsup / refuse.README
1 $FreeBSD: src/share/examples/cvsup/refuse.README,v 1.1.2.8 2003/06/13 22:35:48 trhodes Exp $
2 $DragonFly: src/share/examples/cvsup/Attic/refuse.README,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4 This describes the "refuse" file found in this directory.  The
5 explanation cannot be put inside the file itself because:
6
7     COMMENTS ARE NOT ALLOWED IN refuse FILES!
8
9 Each line of the refuse file contains one or more filename patterns
10 separated by white space.  Everything matched by a pattern will be
11 left untouched by CVSup.  If a pattern matches a directory, then
12 everything beneath that directory will be left alone.
13
14 You can copy "refuse" to your sup directory and add or remove
15 whatever you like.  The example supfiles in this directory set
16 CVSup's base directory to "/usr".  The sup directory is in the base
17 directory; i.e., it is "/usr/sup".  If you have changed your base
18 directory, your sup directory is /path/to/base/sup.
19
20 Use the following pattern if you have modified
21 /usr/src/etc/sendmail/freebsd.mc to reflect your local configuration,
22 and you do not want CVSup to overwrite it:
23
24     src/etc/sendmail/freebsd.mc*
25
26 If you are an English speaker and don't wish to receive the
27 foreign-language documentation or ports, use the following patterns:
28
29     doc/da_*
30     doc/de_*
31     doc/es_*
32     doc/el_*
33     doc/fr_*
34     doc/it_*
35     doc/ja_*
36     doc/nl_*
37     doc/no_*
38     doc/pl_*
39     doc/pt_*
40     doc/ru_*
41     doc/sr_*
42     doc/zh_*
43     ports/chinese
44     ports/french
45     ports/german
46     ports/hebrew
47     ports/hungarian
48     ports/japanese
49     ports/korean
50     ports/portuguese
51     ports/russian
52     ports/ukrainian
53     ports/vietnamese
54
55 Use refuse files with care.  Some parts of the src distribution
56 depend on files in completely different parts.
57
58 For more information about refuse files see cvsup(1), which is
59 installed by the "cvsup" and "cvsup-bin" ports.  See also the CVSup
60 FAQ at <http://www.polstra.com/projects/freeware/CVSup/>.