head	1.8;
access;
symbols;
locks; strict;
comment	@# @;


1.8
date	2007.08.03.22.47.53;	author hobbs;	state Exp;
branches;
next	1.7;

1.7
date	2007.08.03.19.20.47;	author hobbs;	state Exp;
branches;
next	1.6;

1.6
date	2002.02.08.06.26.18;	author hobbs;	state Exp;
branches;
next	1.5;

1.5
date	2001.05.30.22.32.35;	author davygrvy;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.14.03.49.09;	author davygrvy;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.14.03.28.53;	author davygrvy;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.14.03.00.02;	author davygrvy;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.26.23.48.21;	author root;	state Exp;
branches;
next	;


desc
@@


1.8
log
@note incrtcl module
@
text
@# The "loginfo" file controls where "cvs commit" log information
# is sent.  The first entry on a line is a regular expression which must match
# the directory that the change is being made to, relative to the
# $CVSROOT.  If a match is found, then the remainder of the line is a filter
# program that should expect log information on its standard input.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name ALL appears as a regular expression it is always used
# in addition to the first matching regex or DEFAULT.
#
# You may specify a format string as part of the
# filter.  The string is composed of a `%' followed
# by a single format character, or followed by a set of format
# characters surrounded by `{' and `}' as separators.  The format
# characters are:
#
#   s = file name
#   V = old version number (pre-checkin)
#   v = new version number (post-checkin)
#
# For example:
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog

ALL /bin/mail -s '[incrtcl-cvs]: %{sv} modified' tcl-bugs@@lists.sourceforge.net 2>&1 > /dev/null
@


1.7
log
@use more general tcl-bugs list for commit info
@
text
@d28 1
a28 1
ALL /bin/mail -s '[cvs]: %{sv} modified' tcl-bugs@@lists.sourceforge.net 2>&1 > /dev/null
@


1.6
log
@changed double quotes to single to get around incompatible change to CVS services at SF
@
text
@d28 1
a28 1
ALL /bin/mail -s '[cvs]: %{sv} modified' incrtcl-cvsnotice@@lists.sourceforge.net 2>&1 > /dev/null
@


1.5
log
@loginfo mailing notices now changed to the incrtcl-cvsnotice list.
@
text
@d28 1
a28 1
ALL /bin/mail -s "[cvs]: %{sv} modified" incrtcl-cvsnotice@@lists.sourceforge.net 2>&1 > /dev/null
@


1.4
log
@changed the subject form slightly
@
text
@d28 1
a28 1
ALL /bin/mail -s "[cvs]: %{sv} modified" incrtcl-develop@@lists.sourceforge.net 2>&1 > /dev/null
@


1.3
log
@added v replacement code
@
text
@d28 1
a28 1
ALL /bin/mail -s "loginfo: %{sv} modified" incrtcl-develop@@lists.sourceforge.net 2>&1 > /dev/null
@


1.2
log
@cvs commits will announce to the developer mailing list
@
text
@d28 1
a28 1
ALL /bin/mail -s "[cvs commit]: %s modified" incrtcl-develop@@lists.sourceforge.net 2>&1 > /dev/null
@


1.1
log
@initial checkin
@
text
@d27 2
@


