On Aug 23, 2006, at 6:23 PM, Stromek wrote:
> Hi all,
>
> I am desperate about svn hooks. Subversion is claiming that it
> automatically calls hooks if they are in place (repos/hooks). Take for
> example post-commit. I copied post-commit.tmpl to post-commit, set and
> checked permissions for executing the hook and tried simple test. Here
> is the hook:
>
The script may not have execute permission for the particular user,
or group
that svnserve (svn and http urls) and svn (file urls) runs as.
Check group flags on the script, and to which owner and group it
belongs.
In particular, when running the cp command, the owner and group of the
file is set to the owner and default group of the administration
account from which cp
is run.
-------------------------------------
This sig is dedicated to the advancement of Nuclear Power
Tommy Nordgren
tommy.nordgren@chello.se
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 19:14:20 2006