annotate CVSROOT/checkoutlist @ 43:bd0d29eb0d7b

Handling of pFirstNonWhiteChar corrected.
author joachim99
date Wed, 15 Oct 2003 19:54:41 +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 '#'