[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: commit email notification

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 11 May 2009 03:06:27 -0500

On May 11, 2009, at 02:09, Irfan Sayed wrote:

> I am using email notification whenever there is a commit operation.
> following is the line i put in the post-commit file
> perl /usr/local/svn/platform/hooks/commit-email.pl "$REPOS" "$REV"
> --from software-commit-mailer_at_abc.com -s "svn commit" irf_at_abc.com
> -m projects
>
> now this line will send the mail to irf_at_abc.com whenever there is a
> commit.
> my doubt is that what is the use of -m flag in this line.
> when i see the help of this , it shows that it is a regular
> expression whcih shows the commited path which i dont understand
>
> now my requirement is that i need to enable this notification for
> diff. projects. can i do something like
> perl /usr/local/svn/platform/hooks/commit-email.pl "$REPOS" "$REV"
> --from software-commit-mailer_at_exfo.com -s "svn commit"
> irf_at_abc.com -m projects, project_1

Please look into using the newer mailer.py script instead of commit-
email.pl, which is now deprecated (i.e. no longer being maintained
and no longer recommended).

http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/mailer/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2186096

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-11 10:07:43 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.