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

Re: hooks fail when php scripts are executed (was Re: Apache refuses to execute hooks after a while in connection with websvn)

From: Markus Henschel <markus-henschel_at_gmx.de>
Date: 2006-04-27 15:57:20 CEST

Nick Thompson wrote:
>> pre-commit hook:
>> #!/bin/sh
>> echo "test output" >&2
>> exit 0

> Maybe I missed something, but that script should be...
>
> #!/bin/sh
> /bin/echo "test output" >&2
> exit 0
>
> ...shouldn't it?
>

No, doesn't seem to be necessary on that system. The echo works anyway
it is just to be sure the hook script is actually executed when it
fails. But on the other hand ... I just tried it and it makes no difference.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 27 15:58:36 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.