You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Gale, David" <Da...@Hypertherm.com> on 2005/11/09 20:52:23 UTC

RE: Hook Script Error Logs (Was: Re: Update from post-commit hook)

Ryan Schmidt wrote:
> The hook script runs with no environment. You'll need to call any
> executables by their complete path, e.g. /usr/bin/svn. You can test
> your hook script on the command line by running something like env -
> i /path/to/hooks/post-commit . This is useful for debugging because...
>
> <SNIP>
>
> ...error messages go nowhere. You can redirect them to a log file if
> you so desire <SNIP>

Was this an intentional decision?  Seems like it'd be useful to have at
least an option to log error messages...

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org