Develop and Download Open Source Software

Browse CVS Repository

Contents of /geeklogjp/CVSROOT/notify

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Sep 23 02:30:41 2006 UTC (17 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -0 lines
Add a CVS's keyword; $Id$.

1 # $Id$
2 #
3 # The "notify" file controls where notifications from watches set by
4 # "cvs watch add" or "cvs edit" are sent. The first entry on a line is
5 # a regular expression which is tested against the directory that the
6 # change is being made to, relative to the $CVSROOT. If it matches,
7 # then the remainder of the line is a filter program that should contain
8 # one occurrence of %s for the user to notify, and information on its
9 # standard input.
10 #
11 # "ALL" or "DEFAULT" can be used in place of the regular expression.
12 #
13 # format strings are replaceed as follows:
14 # %p = path relative to repository
15 # %r = repository (path portion of $CVSROOT)
16 # %s = user to notify
17 #
18 # For example:
19 #ALL (echo Committed to %r/%p; cat) |mail %s -s "CVS notification"

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26