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 "postwatch" file is called after any command finishes writing new 24# file attibute (watch/edit) information in a directory. 25# 26# If any format strings are present in the filter, they will be replaced 27# as follows: 28# %c = canonical name of the command being executed 29# %R = the name of the referrer, if any, otherwise the value NONE 30# %p = path relative to repository 31# %r = repository (path portion of $CVSROOT) 32# 33# The first entry on a line is a regular expression which is tested 34# against the directory that the change is being committed to, relative 35# to the $CVSROOT. For the first match that is found, then the remainder 36# of the line is the name of the filter to run. 37# 38# If the repository name does not match any of the regular expressions in this 39# file, the "DEFAULT" line is used, if it is specified. 40# 41# If the name "ALL" appears as a regular expression it is always used 42# in addition to the first matching regex or "DEFAULT". 43@ 44 45