source:
trunk/CVSROOT/postcommit@
1391
| Last change on this file since 1391 was 848, checked in by , 22 years ago | |
|---|---|
|
|
| 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 | # | |
