[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-13 21:43:20 CET

On Nov 13, 2006, at 14:29, j.trauntvein@comcast.net wrote:

> I copied the commit-email.pl script into the hooks directory (the
> same directory as the hook scripts). My
> hook script is invoking this as ./commit-email.pl

Sorry, in non-Windows platforms, the current working directory is
undefined in Subversion hook scripts. Running "./commit-email.pl"
will not work. As I said, you must specify the absolute path to that
(and any other) script.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 13 21:44:40 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.