annotate CVSROOT/cvswrappers @ 60:58d23f512c80

New DigilibServlet.jar with new version (with DigilibRequest object). Changes in digilib, digicat, dlImage JSP. Initialization now done only once in jspInit. Uses DigilibRequest object to convert old +++-style requests to parameter-style requests and for BaseURL. Prettyfied config files (no authentication is default).
author robcast
date Wed, 28 Aug 2002 20:17:35 +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 # 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'