Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/CVSROOT/cvswrappers

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Wed Oct 31 09:26:45 2007 UTC (16 years, 4 months ago) by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +4 -0 lines
added binary flag for .pdf, .doc, .xls and .ppt suffixes.

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 *.jpg -k 'b'
23 *.bmp -k 'b'
24 *.psd -k 'b'
25 *.eps -k 'b'
26 *.ps -k 'b'
27 *.pdf -k 'b'
28 *.ttf -k 'b'
29 *.class -k 'b'
30 *.jar -k 'b'
31 *.ico -k 'b'
32 *.icns -k 'b'
33 *.exe -k 'b'
34 *.dll -k 'b'
35 *.doc -k 'b'
36 *.xls -k 'b'
37 *.ppt -k 'b'

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26