annotate CVSROOT/checkoutlist @ 273:d4c0c4d858a9

Servlet version 1.21b3 - searching in directories got faster (real binarySearch now!) - cached file lists get disposed - some code cleaning (Map types instead of HashMap)
author robcast
date Tue, 12 Oct 2004 16:06:43 +0200
parents ffd2df307e81
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ffd2df307e81 initial checkin
root
parents:
diff changeset
1 # The "checkoutlist" file is used to support additional version controlled
ffd2df307e81 initial checkin
root
parents:
diff changeset
2 # administrative files in $CVSROOT/CVSROOT, such as template files.
ffd2df307e81 initial checkin
root
parents:
diff changeset
3 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
4 # The first entry on a line is a filename which will be checked out from
ffd2df307e81 initial checkin
root
parents:
diff changeset
5 # the corresponding RCS file in the $CVSROOT/CVSROOT directory.
ffd2df307e81 initial checkin
root
parents:
diff changeset
6 # The remainder of the line is an error message to use if the file cannot
ffd2df307e81 initial checkin
root
parents:
diff changeset
7 # be checked out.
ffd2df307e81 initial checkin
root
parents:
diff changeset
8 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
9 # File format:
ffd2df307e81 initial checkin
root
parents:
diff changeset
10 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
11 # [<whitespace>]<filename><whitespace><error message><end-of-line>
ffd2df307e81 initial checkin
root
parents:
diff changeset
12 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
13 # comment lines begin with '#'