root / trunk / CVSROOT / checkoutlist @ 13
Historique | Voir | Annoter | Télécharger (495 octet)
1 | 2 | root | # The "checkoutlist" file is used to support additional version controlled |
---|---|---|---|
2 | 2 | root | # administrative files in $CVSROOT/CVSROOT, such as template files. |
3 | 2 | root | # |
4 | 2 | root | # The first entry on a line is a filename which will be checked out from |
5 | 2 | root | # the corresponding RCS file in the $CVSROOT/CVSROOT directory. |
6 | 2 | root | # The remainder of the line is an error message to use if the file cannot |
7 | 2 | root | # be checked out. |
8 | 2 | root | # |
9 | 2 | root | # File format: |
10 | 2 | root | # |
11 | 2 | root | # [<whitespace>]<filename>[<whitespace><error message>]<end-of-line> |
12 | 2 | root | # |
13 | 2 | root | # comment lines begin with '#' |