Browse CVS Repository
Annotation of /xoonips-library/CVSROOT/cvswrappers
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( hide annotations)
( download)
Wed Mar 29 19:55:03 2006 UTC
(18 years ago)
by root
Branch: MAIN
initial checkin
| 1 |
root |
1.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' |
|