1: # The "preproxy" file is called form the secondary server as soon as
2: # the secondary server determines that it will be proxying a write
3: # command to a primary server and immediately before it opens a
4: # connection to the primary server. This script might, for example, be
5: # used to launch a dial up or VPN connection to the primary server's
6: # network.
7: #
8: # If any format strings are present in the filter, they will be replaced
9: # as follows:
10: # %c = canonical name of the command being executed
11: # %I = unique (randomly generated) commit ID
12: # %R = the name of the referrer, if any, otherwise the value NONE
13: # %p = path relative to repository (currently always ".")
14: # %r = repository (path portion of $CVSROOT)
15: #
16: # The first entry on a line is a regular expression which is tested
17: # against the directory that the change is being committed to, relative
18: # to the $CVSROOT. For the first match that is found, then the remainder
19: # of the line is the name of the filter to run.
20: #
21: # If the repository name does not match any of the regular expressions in this
22: # file, the "DEFAULT" line is used, if it is specified.
23: #
24: # If the name "ALL" appears as a regular expression it is always used
25: # in addition to the first matching regex or "DEFAULT".
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>