On Tue, Mar 9, 2010 at 10:27 AM, David Weintraub <qazw...@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