You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jon Hardcastle <jd...@yahoo.com> on 2008/03/28 11:18:03 UTC

Re: commit-emai.pl Usage. {Resolved - Kinda}

--- Jon Hardcastle <jd...@yahoo.com> wrote:

> --- Peter Connolly <ps...@gmail.com> wrote:
> 
> > Just run the command without any parameters.  It
> > prints a help message
> > that has much better instructions than you're
> using
> > in the Subversion
> > manual.
> > 
> > Or check out the usage() subroutine in the source:
> >
>
http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/commit-email.pl.in
> > 
> > Note that the command expects an optionally
> > repeating set of
> > parameters that are preceded by the -m regex that
> > matches the dirpath
> > to be used for that set of parameters.
> > 
> 
> I have read the help, and done the research. I
> simply
> can not get it to work with an implicitly set SMTP
> server and a reg-exp. Hence was wondering if I could
> benefit from some learned knowledge...
> 

Ok i have now found this

'http://svn.haxx.se/users/archive-2007-05/0420.shtml'

in the event that link doesn't linger forever it
basically states that there is a bug for the implicit 
rule when using SMTP direct. It states that changing

my @project_settings_list = (&new_project);
to
my @project_settings_list = (); 

removed the implicit rule and bypasses the issue.

Regards.

-----------------------
N: Jon Hardcastle
E: Jon@eHardcastle.com
'The writing is on the wall...'
-----------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org