Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 42568
Status: rejected
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: steven [...] vaningelgem.be
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: SVN::Notify: Cannot send to multiple persons
Date: Tue, 20 Jan 2009 16:40:15 +0100
To: bug-SVN-Notify [...] rt.cpan.org
From: Steven Van Ingelgem <steven [...] vaningelgem.be>
Hi, Hereby the command that I use for sending out a post-commit email: As you will notice I provide 2 different email addresses... But it's only sent to one of them. perl: v5.8.9 SVN::Notify: 278 Mac OSX 10.5 via sendmail root@noname:/opt/local/lib/perl5/site_perl/5.8.9/SVN# svnnotify -E -d -C -p /data/svn/perl_conversion -r 66 -t steven@vaningelgem.be -f steven@vaningelgem.be -H HTML::ColorDiff -t s.vaningelgem@gmail.com -V -V -V : Checking required parameters to new() : Instantiating SVN::Notify::HTML::ColorDiff object SVN::Notify::HTML::ColorDiff: Preparing recipients list SVN::Notify::HTML::ColorDiff: Piping execution of "/opt/local/bin/svnlook" "dirs-changed" "/data/svn/perl_conversion" "-r" "66" SVN::Notify::HTML::ColorDiff: Context is "new_contract/target" SVN::Notify::HTML::ColorDiff: Recipients: " steven@vaningelgem.be, s.vaningelgem@gmail.com " SVN::Notify::HTML::ColorDiff: Preparing contents SVN::Notify::HTML::ColorDiff: Piping execution of "/opt/local/bin/svnlook" "info" "/data/svn/perl_conversion" "-r" "66" SVN::Notify::HTML::ColorDiff: From: steven@vaningelgem.be SVN::Notify::HTML::ColorDiff: Message: Start of the indexer script SVN::Notify::HTML::ColorDiff: Preparing file lists SVN::Notify::HTML::ColorDiff: Piping execution of "/opt/local/bin/svnlook" "changed" "/data/svn/perl_conversion" "-r" "66" SVN::Notify::HTML::ColorDiff: D, => Extraits/source/07-12-2008/ SVN::Notify::HTML::ColorDiff: D, => Extraits/source/indexer.pl SVN::Notify::HTML::ColorDiff: D, => Extraits/source/indexer.sh SVN::Notify::HTML::ColorDiff: D, => Extraits/target/indexer.php SVN::Notify::HTML::ColorDiff: A, => new/source/indexer.pl SVN::Notify::HTML::ColorDiff: A, => new/source/indexer.sh SVN::Notify::HTML::ColorDiff: A, => new/target/indexer.php SVN::Notify::HTML::ColorDiff: A, => new/target/start_indexer.php SVN::Notify::HTML::ColorDiff: Preparing subject SVN::Notify::HTML::ColorDiff: Subject is "[66] new_contract/target: Start of the indexer script" SVN::Notify::HTML::ColorDiff: Sending message SVN::Notify::HTML::ColorDiff: Piping execution of "/usr/sbin/sendmail" "-oi" "-t" "-f" "steven@vaningelgem.be" SVN::Notify::HTML::ColorDiff: Outputting notification message SVN::Notify::HTML::ColorDiff: Outputting headers SVN::Notify::HTML::ColorDiff: Outputting content type SVN::Notify::HTML::ColorDiff: Outputting log message as HTML SVN::Notify::HTML::ColorDiff: Piping execution of "/opt/local/bin/svnlook" "diff" "/data/svn/perl_conversion" "-r" "66" SVN::Notify::HTML::ColorDiff: Outputting colorized HTML diff SVN::Notify::HTML::ColorDiff: Ending body SVN::Notify::HTML::ColorDiff: Message sent Greetings, Steven
You need to upgrade Getopt::Long. Best, David