Annotation of CVSROOT/preproxy, revision 1.1

1.1     ! nick        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: #    %R = the name of the referrer, if any, otherwise the value NONE
        !            12: #    %p = path relative to repository (currently always ".")
        !            13: #    %r = repository (path portion of $CVSROOT)
        !            14: #
        !            15: # The first entry on a line is a regular expression which is tested
        !            16: # against the directory that the change is being committed to, relative
        !            17: # to the $CVSROOT.  For the first match that is found, then the remainder
        !            18: # of the line is the name of the filter to run.
        !            19: #
        !            20: # If the repository name does not match any of the regular expressions in this
        !            21: # file, the "DEFAULT" line is used, if it is specified.
        !            22: #
        !            23: # If the name "ALL" appears as a regular expression it is always used
        !            24: # in addition to the first matching regex or "DEFAULT".

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>