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 "notify" file controls where notifications from watches set by 24# "cvs watch add" or "cvs edit" are sent. The first entry on a line is 25# a regular expression which is tested against the directory that the 26# change is being made to, relative to the $CVSROOT. If it matches, 27# then the remainder of the line is a filter program that should contain 28# one occurrence of %s for the user to notify, and information on its 29# standard input. 30# 31# "ALL" or "DEFAULT" can be used in place of the regular expression. 32# 33# format strings are replaceed as follows: 34# %c = canonical name of the command being executed 35# %R = the name of the referrer, if any, otherwise the value NONE 36# %p = path relative to repository 37# %r = repository (path portion of $CVSROOT) 38# %s = user to notify 39# 40# For example: 41#ALL (echo Committed to %r/%p; cat) |mail %s -s "CVS notification" 42@ 43 44