Last change
on this file since 1567 was 848, checked in by administrator, 22 years ago |
initial checkin
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
731 bytes
|
Rev | Line | |
---|
[848] | 1 | # The "postcommit" file is used to run post-commit commands.
|
---|
| 2 | # The filter on the right is invoked with the repository name. A non-zero
|
---|
| 3 | # exit of the filter program will cause the commit to e aborted.
|
---|
| 4 | #
|
---|
| 5 | # The first entry on a line is a regular expression which is tested
|
---|
| 6 | # against the directory that the change is being committed to, relative
|
---|
| 7 | # to the $CVSROOT. For the first match that is found, then the remainder
|
---|
| 8 | # of the line is the name of the filter to run.
|
---|
| 9 | #
|
---|
| 10 | # If the repository name does not match any of the regular expressions in this
|
---|
| 11 | # file, the "DEFAULT" line is used, if it is specified.
|
---|
| 12 | #
|
---|
| 13 | # If the name "ALL" appears as a regular expression it is always used
|
---|
| 14 | # in addition to the first matching regex or "DEFAULT".
|
---|
Note:
See
TracBrowser
for help on using the repository browser.