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

Re: need help --- commit-email script

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-01-11 13:19:29 CET

Sri wrote:
>
> Hi,
>
> Im using commit-email script for sending email for every commit to the
> repository..
>
> but im getting email with errors.. can any one help me to find out which
> went wrong...
>
> This is the mail that i got:
>
> subject:
>
> r11 - /path/to/repos/project/hooks/commit-email.pl:
> `/usr/subversion1.1.1/bin dirs-changed path/to/repos/project -r 11'
> failed with this output: Can't exec "/usr/subversion1.1.1/bin":
> Permission denied at /path/to/repos/project/hooks/commit-email.pl
> line 571.

Check the $svnlook variable near the top of the script. In this case it
should read:
$svnlook = "/usr/subversion1.1.1./bin/svnlook"

It looks like your script is currently trying to execute a directory.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 11 13:22:47 2005

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.