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

Re: Can't get commit-email to work automatically

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-14 02:55:10 CET

On Nov 13, 2006, at 10:01, Jon Trauntvein wrote:

> My post-commit script is nothing more or less than the post-
> commit.tmpl file copied and edited to change the email address and
> to remove the python script at the end (I could not find the python
> script). I copied commit-email.pl and am invoking it within post-
> commit as "./commit-email.pl". I would further point out that, if
> this were a paths issue, invoking post-commit under env - would
> expose this issue. That's why the FAQ suggests as much.

I assure you that using "./commit-email.pl", as it does in the post-
commit.tmpl, will not work. You MUST use absolute paths, i.e. "/
absolute/path/to/commit-email.pl". Yes, this is unusual. Yes, the
post-commit.tmpl shouldn't show you that if it doesn't work. But
that's the situation we have right now, and I can only ask you to
believe me and insert the absolute path to the commit-email.pl script
into your post-commit hook.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 14 02:55:56 2006

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.