On 06/01/2011 03:19 AM, rac...@ractoc.com 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"
rac...@ractoc.com

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
matt.ca...@sixnet.com

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

Reply via email to