annotate CVSROOT/cvswrappers @ 4:7ba9a5719f6e
*** empty log message ***
author |
joachim99 |
date |
Sun, 18 Aug 2002 16:32:57 +0000 |
parents |
391d4ae068d9 |
children |
|
rev |
line source |
root@1
|
1 # This file affects handling of files based on their names.
|
root@1
|
2 #
|
root@1
|
3 # The -t/-f options allow one to treat directories of files
|
root@1
|
4 # as a single file, or to transform a file in other ways on
|
root@1
|
5 # its way in and out of CVS.
|
root@1
|
6 #
|
root@1
|
7 # The -m option specifies whether CVS attempts to merge files.
|
root@1
|
8 #
|
root@1
|
9 # The -k option specifies keyword expansion (e.g. -kb for binary).
|
root@1
|
10 #
|
root@1
|
11 # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
|
root@1
|
12 #
|
root@1
|
13 # wildcard [option value][option value]...
|
root@1
|
14 #
|
root@1
|
15 # where option is one of
|
root@1
|
16 # -f from cvs filter value: path to filter
|
root@1
|
17 # -t to cvs filter value: path to filter
|
root@1
|
18 # -m update methodology value: MERGE or COPY
|
root@1
|
19 # -k expansion mode value: b, o, kkv, &c
|
root@1
|
20 #
|
root@1
|
21 # and value is a single-quote delimited value.
|
root@1
|
22 # For example:
|
root@1
|
23 #*.gif -k 'b'
|