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

commit email notification

From: Irfan Sayed <irfu.sayed_at_gmail.com>
Date: Mon, 11 May 2009 12:39:48 +0530

Hi All,

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 advice

Regards
Irf

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-11 09:10:58 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.