Browse CVS Repository
Contents of /samurai-graph/CVSROOT/cvswrappers
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( show annotations)
( download)
Thu Mar 3 09:23:45 2005 UTC
(19 years ago)
by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -0 lines
added binary flags for 'zip' and 'dll' suffixes.
| 1 |
# This file affects handling of files based on their names. |
| 2 |
# |
| 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. |
| 6 |
# |
| 7 |
# The -m option specifies whether CVS attempts to merge files. |
| 8 |
# |
| 9 |
# The -k option specifies keyword expansion (e.g. -kb for binary). |
| 10 |
# |
| 11 |
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) |
| 12 |
# |
| 13 |
# wildcard [option value][option value]... |
| 14 |
# |
| 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 |
| 20 |
# |
| 21 |
# and value is a single-quote delimited value. |
| 22 |
# For example: |
| 23 |
#*.gif -k 'b' |
| 24 |
*.gif -k 'b' |
| 25 |
*.jpg -k 'b' |
| 26 |
*.png -k 'b' |
| 27 |
*.bmp -k 'b' |
| 28 |
*.eps -k 'b' |
| 29 |
*.ps -k 'b' |
| 30 |
*.class -k 'b' |
| 31 |
*.jar -k 'b' |
| 32 |
*.ico -k 'b' |
| 33 |
*.icns -k 'b' |
| 34 |
*.exe -k 'b' |
| 35 |
*.dll -k 'b' |
| 36 |
*.zip -k 'b' |
|