| |
7 |
7 |
# If the repository name does not match any of the regular expressions in this |
| |
8 |
8 |
# file, the "DEFAULT" line is used, if it is specified. |
| |
9 |
9 |
# |
| |
10 |
10 |
# If the name ALL appears as a regular expression it is always used |
| |
11 |
11 |
# in addition to the first matching regex or DEFAULT. |
| |
12 |
12 |
# |
| |
13 |
13 |
# You may specify a format string as part of the |
| |
14 |
14 |
# filter. The string is composed of a `%' followed |
| |
15 |
15 |
# by a single format character, or followed by a set of format |
| |
16 |
16 |
# characters surrounded by `{' and `}' as separators. The format |
| |
17 |
17 |
# characters are: |
| |
18 |
18 |
# |
| |
19 |
19 |
# s = file name |
| |
20 |
20 |
# V = old version number (pre-checkin) |
| |
21 |
21 |
# v = new version number (post-checkin) |
| |
22 |
22 |
# |
| |
23 |
23 |
# For example: |
| |
24 |
24 |
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog |
| |
25 |
25 |
# or |
| |
26 |
26 |
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog |
| |
27 |
|
ALL $CVSROOT/CVSROOT/log.pl -f $CVSROOT/CVSROOT/commitlog -m arjun@openforce.net %s |
| |
|
27 |
ALL $CVSROOT/CVSROOT/log.pl -f $CVSROOT/CVSROOT/commitlog -m ny03-cvs-list@openforce.net %s |