blob: aad8d778f0cf6abd090ed04138f47d0dffb31e4e (
plain)
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
|
#
# $Id: checkoutlist,v 1.1 1996/02/07 14:35:34 peter Exp $
#
# 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 '#'
#
avail
commit_prep.pl
commitcheck
cvs_acls.pl
cvsedit
cvswrappers
log_accum.pl
logcheck
rcstemplate
unwrap
wrap
|