Browse CVS Repository
Contents of /xoonips-library/CVSROOT/cvswrappers
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
Thu Mar 30 02:26:56 2006 UTC
(17 years, 11 months ago)
by yamaji
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -1 lines
modify for test
| 1 |
# This file affects handling of files based on their names. |
| 2 |
# |
| 3 |
# The -m option specifies whether CVS attempts to merge files. |
| 4 |
# |
| 5 |
# The -k option specifies keyword expansion (e.g. -kb for binary). |
| 6 |
# |
| 7 |
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) |
| 8 |
# |
| 9 |
# wildcard [option value][option value]... |
| 10 |
# |
| 11 |
# where option is one of |
| 12 |
# -f from cvs filter value: path to filter |
| 13 |
# -t to cvs filter value: path to filter |
| 14 |
# -m update methodology value: MERGE or COPY |
| 15 |
# -k expansion mode value: b, o, kkv, &c |
| 16 |
# |
| 17 |
# and value is a single-quote delimited value. |
| 18 |
# For example: |
| 19 |
*.gif -k 'b' |
| 20 |
*.GIF -k 'b' |
| 21 |
*.png -k 'b' |
| 22 |
*.PNG -k 'b' |
| 23 |
*.eps -k 'b' |
| 24 |
*.EPS -k 'b' |
| 25 |
*.jpg -k 'b' |
| 26 |
*.JPG -k 'b' |
| 27 |
*.jpeg -k 'b' |
| 28 |
*.JPEG -k 'b' |
| 29 |
*.bmp -k 'b' |
| 30 |
*.BMP -k 'b' |
| 31 |
*.ps -k 'b' |
| 32 |
*.PS -k 'b' |
| 33 |
*.class -k 'b' |
| 34 |
*.CLASS -k 'b' |
| 35 |
*.jar -k 'b' |
| 36 |
*.JAR -k 'b' |
| 37 |
*.ico -k 'b' |
| 38 |
*.ICO -k 'b' |
| 39 |
*.icns -k 'b' |
| 40 |
*.ICNS -k 'b' |
| 41 |
*.exe -k 'b' |
| 42 |
*.EXE -k 'b' |
| 43 |
*.dll -k 'b' |
| 44 |
*.DLL -k 'b' |
| 45 |
|
|