annotate CVSROOT/checkoutlist @ 1:391d4ae068d9

initial checkin
author root
date Fri, 26 Jul 2002 12:11:40 +0000
parents
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 '#'