Re: Re: need help --- commit-email script
From: Sri <spers_at_rediffmail.com>
Date: 2005-01-11 13:48:10 CET
hi john
Thanks a lot...
Really i was struggling with this error for a long time...
cause i have set the svnlook variable as
$svnlook = /usr/subversion1.1.1/bin;
After ur mail only i noticed that and i changed to
$svnlook = /usr/subversion1.1.1/bin/svnlook
I got the perfect mail with the difference...
Thanking you once again...
Sri
On Tue, 11 Jan 2005 John Szakmeister wrote :
>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
>
|
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.