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

Re: How do I get an svn repository to send an email out when a commit happens?

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Sat, 10 Oct 2009 02:35:51 -0500

On Oct 9, 2009, at 21:37, Ed Young wrote:

> I'm not sure how this installation of svn was installed so I can't
> find the tools/hook-scripts directory to experiment with commit-email.pl
> .

You can get all the tools and contributed scripts directly from the
official Subversion repository.

Note that commit-email.pl is deprecated; it's now recommended that you
use mailer.py but it serves a similar purpose.

> Is there a way to simply add the email configuration to the web dav
> descriptor in ssl.conf?

No. The only way to do this is to write a post-commit hook script,
ideally a one-liner that calls an existing tool like mailer.py.

> It appears to be a CollabNet-Subversion installation but I don't see
> the hook-scripts dir or any helpful script directories.

I haven't used CollabNet's distribution of Subversion so I don't know
where it puts stuff.

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

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