views:

7

answers:

0

I have a bunch of commit hooks to put in place on a Subversion repo and I'd really like if messages written to stdout in these hooks would appear in the subversion log. It doesn't seem like this is directed anywhere (other than perhaps /dev/null) at the moment. I'd prefer not to have to create a separate log for this information. Is it possible to redirect commit hook output to the log?