annotate CVSROOT/cvswrappers @ 166:6132c29ac9f9

Servlet Version 1.16b2 with new DigilibParameter code. - more generic class for request parameters - like already done for DiglibConfig - changes in JSPs for new request stuff - changes in ImageSize class so size=0 is "wildcard" - missing dw and dh parameters now treated as wildcards - changed package name in imageinfo class
author robcast
date Wed, 29 Oct 2003 22:45:51 +0100
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 # This file affects handling of files based on their names.
ffd2df307e81 initial checkin
root
parents:
diff changeset
2 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
3 # The -t/-f options allow one to treat directories of files
ffd2df307e81 initial checkin
root
parents:
diff changeset
4 # as a single file, or to transform a file in other ways on
ffd2df307e81 initial checkin
root
parents:
diff changeset
5 # its way in and out of CVS.
ffd2df307e81 initial checkin
root
parents:
diff changeset
6 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
7 # The -m option specifies whether CVS attempts to merge files.
ffd2df307e81 initial checkin
root
parents:
diff changeset
8 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
9 # The -k option specifies keyword expansion (e.g. -kb for binary).
ffd2df307e81 initial checkin
root
parents:
diff changeset
10 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
11 # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
ffd2df307e81 initial checkin
root
parents:
diff changeset
12 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
13 # wildcard [option value][option value]...
ffd2df307e81 initial checkin
root
parents:
diff changeset
14 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
15 # where option is one of
ffd2df307e81 initial checkin
root
parents:
diff changeset
16 # -f from cvs filter value: path to filter
ffd2df307e81 initial checkin
root
parents:
diff changeset
17 # -t to cvs filter value: path to filter
ffd2df307e81 initial checkin
root
parents:
diff changeset
18 # -m update methodology value: MERGE or COPY
ffd2df307e81 initial checkin
root
parents:
diff changeset
19 # -k expansion mode value: b, o, kkv, &c
ffd2df307e81 initial checkin
root
parents:
diff changeset
20 #
ffd2df307e81 initial checkin
root
parents:
diff changeset
21 # and value is a single-quote delimited value.
ffd2df307e81 initial checkin
root
parents:
diff changeset
22 # For example:
ffd2df307e81 initial checkin
root
parents:
diff changeset
23 #*.gif -k 'b'