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

Re: Programming a Watcher File

From: Larry Shatzer, Jr. <larrys_at_gmail.com>
Date: Tue, 9 Mar 2010 12:40:49 -0700

On Tue, Mar 9, 2010 at 10:27 AM, David Weintraub <qazwart_at_gmail.com> wrote:

> I'm looking at the SVN:Notify, and it appears to require sendmail. Is
> that correct? I would rather use NET::SMTP which is more platform
> neutral.
>
> What does the NET::SMTP notification look like? Does it do a diff
> between files? Does it tell you all the files modified, or just the
> ones you're interested in?
>
> I'll try to separate out the notification system and make it optional.
> That's actually a nice idea. The question is how do I pass the
> notification stuff. I can't use STDOUT because Subversion captures
> that.
>

If you specify a smtp config, it will use that over sendmail. See
http://search.cpan.org/dist/SVN-Notify/lib/SVN/Notify.pm#smtp

-- Larry
Received on 2010-03-09 20:41:23 CET

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.