[NEW] Initial Revision
[obnox/ohloh/ohloh_scm.git] / test / repositories / cvs / CVSROOT / postcommand
1 # The "postcommand" file is run after a cvs command has finished.
2 # The filter on the right is invoked with the repository name and
3 # the name of the command that has been executed.
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".