source: trunk/CVSROOT/postcommit@ 1391

Last change on this file since 1391 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
RevLine 
[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#