1head 1.1; 2access ; 3symbols ; 4locks ; strict; 5comment @# @; 6 7 81.1 9date 2008.09.04.16.09.17; author austvik; state Exp; 10branches; 11next ; 12commitid 3XIAdD8FSh3Pitht; 13 14desc 15@@ 16 17 18 191.1 20log 21@initial checkin@ 22text 23@# The "preproxy" file is called form the secondary server as soon as 24# the secondary server determines that it will be proxying a write 25# command to a primary server and immediately before it opens a 26# connection to the primary server. This script might, for example, be 27# used to launch a dial up or VPN connection to the primary server's 28# network. 29# 30# If any format strings are present in the filter, they will be replaced 31# as follows: 32# %c = canonical name of the command being executed 33# %R = the name of the referrer, if any, otherwise the value NONE 34# %p = path relative to repository (currently always ".") 35# %r = repository (path portion of $CVSROOT) 36# 37# The first entry on a line is a regular expression which is tested 38# against the directory that the change is being committed to, relative 39# to the $CVSROOT. For the first match that is found, then the remainder 40# of the line is the name of the filter to run. 41# 42# If the repository name does not match any of the regular expressions in this 43# file, the "DEFAULT" line is used, if it is specified. 44# 45# If the name "ALL" appears as a regular expression it is always used 46# in addition to the first matching regex or "DEFAULT". 47@ 48 49