Re: post-commit not executing
From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-11-25 13:26:55 CET
On Nov 25, 2005, at 13:05, Mahesh S Kudva wrote:
> I have subversion setup and is working fine. post-commit is not
Need more info.....
You are presumably serving your repository with Apache2 on a Unix-
What log does it say that in?
Is your post-commit hook named "post-commit", located in the hooks
Are you remembering that a hook script runs with no environment, so
If you run your post-commit hook from the command line like this:
cd /path/to/repo/hooks
does it work? If not, it won't work when called from Subversion either.
Can you try if a simple one-line post-commit hook which writes into a
echo hello >> /tmp/hook.log
---------------------------------------------------------------------
|
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.