On 06/01/2011 03:19 AM, [email protected] wrote:
Content svn post-commit hook:

====
#!/bin/sh
REPOS=$1
REV=$2

export PYTHON_EGG_CACHE='/home/ractoc/svn/FIT/hooks/tmp'

TRAC_ENV="/home/ractoc/fit.ractoc.com/trac"

/usr/bin/python
/home/ractoc/fit.ractoc.com/trac/contrib/trac-post-commit-hook -p
"$TRAC_ENV" -r "$REV"

Add debug output to this script. See what it is doing.

/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV"
[email protected]

And this one too.

The debugging output will help you determine where it is falling down. It's possible that both of them are exiting because, for example, the REPOS variable is wrong, or something.
--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
[email protected]

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to