Re: post-commit hook not firing over svn+ssh (Subclipse)
From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-05-02 00:16:55 CEST
Please send replies to the list too, so everyone can benefit from the
On May 2, 2006, at 00:08, Bradley Wagner wrote:
>> The standard advice is to make sure that all paths in the script
[snip]
> REPOS="$1"
Yes, you'll have to specify the absolute path to that. Hook scripts
/complete/path/to/commit-email.pl "$REPOS" "$REV" email@addy
> Can I just pipe "echo" to a file: "echo 'here' > log.debug"?
Right, except again you'll have to specify the full path to the file.
echo before sending mail > /complete/path/to/log.debug
I believe /bin is in the PATH when the hook runs, so it's not
---------------------------------------------------------------------
|
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.