Re: Post-commit script !!
From: Himanshu Raina <raina_himanshu_at_yahoo.com>
Date: Fri, 12 Sep 2008 12:50:09 +0530 (IST)
Hi,
The script executes properly when run through command line. The post-commit.sh looks like this
#!/bin/sh
REPOS="$1"
/usr/local/svn/ServerAdmins/hooks/commit-email.pl "$REPOS" "$REV" raina_himanshu_at_yahoo.com
/usr/local/svn/ServerAdmins/hooks/commit-email.pl contains the actualt svnlook as well.
regards
--- On Fri, 12/9/08, Ryan Schmidt <subversion-2008c_at_ryandesign.com> wrote:
On Sep 12, 2008, at 01:00, Himanshu Raina wrote:
> I have a post-commit script which just doesn't seem to get invoked
Many things.
Is the script executable?
Does the script run properly from the command line?
Are you making sure to use absolute paths to everything (executables,
What is the contents of the hook script?
---------------------------------------------------------------------
|
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.