annotate CVSROOT/cvswrappers @ 73:3b8797fc3e90

New servlet version 1.5b. Mostly cleanup. Global parameters for digilib now in DigilibConfiguration, per request parameters are now all in DigilibRequest. The DocuImage implementation can be selected by the configuration docuimage-class. Pixel-by-pixel view implemented with "mo=clip".
author robcast
date Fri, 24 Jan 2003 21:40:59 +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'