1 # This file affects handling of files based on their names.
3 # The -t/-f options allow one to treat directories of files
4 # as a single file, or to transform a file in other ways on
5 # its way in and out of CVS.
7 # The -m option specifies whether CVS attempts to merge files.
9 # The -k option specifies keyword expansion (e.g. -kb for binary).
11 # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
13 # wildcard [option value][option value]...
15 # where option is one of
16 # -f from cvs filter value: path to filter
17 # -t to cvs filter value: path to filter
18 # -m update methodology value: MERGE or COPY
19 # -k expansion mode value: b, o, kkv, &c
21 # and value is a single-quote delimited value.