Marilyn Davis wrote:
> Hi Subversion People,
>
> I'm new to Subversion and just setting it up.
>
> Everything is perfect except that my post-commit script doesn't
> happen.
>
> My repository is in /safe. The script exists, is in the right place,
> and is executable:
>
> [root@maildance /]# ls -l /safe/hooks/post-commit
> -rwxr-xr-x 1 root root 506 Jan 7 13:29 /safe/hooks/post-commit*
>
> Am I right about that?
>
> It works just fine from the command line:
>
> [root@maildance /]# /safe/hooks/post-commit /safe 48
> * Dumped revision 48.
>
> What am I missing?
>
> Any hints would be greatly appreciated.
Hooks are run with an empty environment, i.e. no PATH.
Max.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 8 20:35:13 2005