On Mon, Jul 16, 2007 at 03:08:29PM -0000, [EMAIL PROTECTED] wrote:

> #!/bin/sh
> REPOS="$1"
> TXN="$2"
> LOG=`/usr/bin/svnlook log -t "$TXN" "$REPOS"`
> TRAC_ENV='/srv/servername/trac/servername/'
> /usr/bin/python /usr/share/doc/trac/contrib/trac-pre-commit-hook
> "$TRAC_ENV" "$LOG" || exit 1

You need a backslash at the very end of the next-to-last line.
BTW: Why don't you call trac-pre-commit-hook directly?

Rainer

--~--~---------~--~----~------------~-------~--~----~
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