root / trunk / CVSROOT / cvswrappers @ 13
Historique | Voir | Annoter | Télécharger (602 octet)
1 | 2 | root | # This file affects handling of files based on their names. |
---|---|---|---|
2 | 2 | root | # |
3 | 2 | root | # The -m option specifies whether CVS attempts to merge files. |
4 | 2 | root | # |
5 | 2 | root | # The -k option specifies keyword expansion (e.g. -kb for binary). |
6 | 2 | root | # |
7 | 2 | root | # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) |
8 | 2 | root | # |
9 | 2 | root | # wildcard [option value][option value]... |
10 | 2 | root | # |
11 | 2 | root | # where option is one of |
12 | 2 | root | # -f from cvs filter value: path to filter |
13 | 2 | root | # -t to cvs filter value: path to filter |
14 | 2 | root | # -m update methodology value: MERGE or COPY |
15 | 2 | root | # -k expansion mode value: b, o, kkv, &c |
16 | 2 | root | # |
17 | 2 | root | # and value is a single-quote delimited value. |
18 | 2 | root | # For example: |
19 | 2 | root | #*.gif -k 'b' |