Hello, We recently installed Agilo for Scrum on our Gentoo server. We set up the pre and post commit hooks for svn, but when we try to perform commit operations from Eclipse, we only the exit code and not the error message. It seems that the script 'swallows' the stderr stream when run from within the commit hook. we tried echoing text to stderr (echo 'text' 1>&2), and running the python script from the shell, and they both work. The problem only occurs when calling the agilo script from within the svn hook. As I mentioned, we use Eclipse to perform our commits.
This is the snippet of pre-commit hook that we use: ------- pre-commit hook snippet ---- # call AGILO commit hook PYTHON_EGG_CACHE=/var/cache/python TRAC_ENV=/var/trac/env/mySvn LOG=`$SVNLOOK log -t "$TXN" "$REPOS"` /usr/bin/agilo_svn_hook_commit.py -s pre -e "$TRAC_ENV" -l "$LOG" && exit 1 ----- end of snippet -------- -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en

