Browse CVS Repository
Contents of /geeklogjp/CVSROOT/cvswrappers
Parent Directory
| Revision Log
| Revision Graph
Revision 1.5 -
( show annotations)
( download)
Sun Sep 24 01:26:30 2006 UTC
(17 years, 6 months ago)
by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +3 -1 lines
Handle Windows/DOS's BAT file as binary file.
| 1 |
# $Id: cvswrappers,v 1.4 2006/09/23 05:44:33 taca Exp $ |
| 2 |
# |
| 3 |
# This file affects handling of files based on their names. |
| 4 |
# |
| 5 |
# The -m option specifies whether CVS attempts to merge files. |
| 6 |
# |
| 7 |
# The -k option specifies keyword expansion (e.g. -kb for binary). |
| 8 |
# |
| 9 |
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) |
| 10 |
# |
| 11 |
# wildcard [option value][option value]... |
| 12 |
# |
| 13 |
# where option is one of |
| 14 |
# -f from cvs filter value: path to filter |
| 15 |
# -t to cvs filter value: path to filter |
| 16 |
# -m update methodology value: MERGE or COPY |
| 17 |
# -k expansion mode value: b, o, kkv, &c |
| 18 |
# |
| 19 |
# and value is a single-quote delimited value. |
| 20 |
# For example: |
| 21 |
*.bat -k 'b' |
| 22 |
*.gif -k 'b' |
| 23 |
*.png -k 'b' |
| 24 |
*.jpg -k 'b' |
| 25 |
*.jpeg -k 'b' |
| 26 |
*.pdf -k 'b' |
| 27 |
*.BAT -k 'b' |
| 28 |
*.GIF -k 'b' |
| 29 |
*.PNG -k 'b' |
| 30 |
*.JPG -k 'b' |
| 31 |
*.JPEG -k 'b' |
| 32 |
*.PDF -k 'b' |
|