annotate CVSROOT/checkoutlist @ 18:217e6f5f727b

Fixing some problems in the setup generation
author friseb123
date Tue, 07 Oct 2003 11:14:35 +0000
parents 391d4ae068d9
children
rev   line source
root@1 1 # The "checkoutlist" file is used to support additional version controlled
root@1 2 # administrative files in $CVSROOT/CVSROOT, such as template files.
root@1 3 #
root@1 4 # The first entry on a line is a filename which will be checked out from
root@1 5 # the corresponding RCS file in the $CVSROOT/CVSROOT directory.
root@1 6 # The remainder of the line is an error message to use if the file cannot
root@1 7 # be checked out.
root@1 8 #
root@1 9 # File format:
root@1 10 #
root@1 11 # [<whitespace>]<filename><whitespace><error message><end-of-line>
root@1 12 #
root@1 13 # comment lines begin with '#'