--- Jon Hardcastle <jd_hardcastle_at_yahoo.com> wrote:
> --- Peter Connolly <psconnolly_at_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_at_eHardcastle.com
'The writing is on the wall...'
-----------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-28 12:18:37 CET