source: trunk/CVSROOT/postproxy@ 10598

Last change on this file since 10598 was 9193, checked in by root, 16 years ago
initial checkin
File size: 1.1 KB
Line 
1# The "postproxy" file is called from a secondary server as soon as
2# the secondary server closes its connection to the primary server.
3# This script might, for example, be used to shut down a dial up
4# or VPN connection to the primary server's network.
5#
6# If any format strings are present in the filter, they will be replaced
7# as follows:
8# %c = canonical name of the command being executed
9# %R = the name of the referrer, if any, otherwise the value NONE
10# %p = path relative to repository (currently always ".")
11# %r = repository (path portion of $CVSROOT)
12#
13# The first entry on a line is a regular expression which is tested
14# against the directory that the change is being committed to, relative
15# to the $CVSROOT. For the first match that is found, then the remainder
16# of the line is the name of the filter to run.
17#
18# If the repository name does not match any of the regular expressions in this
19# file, the "DEFAULT" line is used, if it is specified.
20#
21# If the name "ALL" appears as a regular expression it is always used
22# in addition to the first matching regex or "DEFAULT".
Note: See TracBrowser for help on using the repository browser.