blob: c496820baeb0ba28516dee33038049e990316691 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
#
# $FreeBSD$
#
# The "checkoutlist" file is used to support additional version controlled
# administrative files in $CVSROOT/CVSROOT, such as template files.
#
# The first entry on a line is a filename which will be checked out from
# the corresponding RCS file in the $CVSROOT/CVSROOT directory.
# The remainder of the line is an error message to use if the file cannot
# be checked out.
#
# File format:
#
# [<whitespace>]<filename><whitespace><error message><end-of-line>
#
# comment lines begin with '#'
#
# CVS automatically checks out the following (see src/mkmodules.c):
# checkoutlist
# commitinfo
# config
# cvsignore
# cvswrappers
# editinfo
# loginfo
# modules
# notify
# rcsinfo
# readers
# taginfo
# verifymsg
# writers
#
access
access.master
approvecheck
approvers
avail
cfg.pm
cfg_local.pm
commit_prep.pl
commitcheck
cvs_acls.pl
exclude
log_accum.pl
logcheck
options
rcstemplate
tagcheck
unwrap
verifymsgcheck
wrap
|