[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Questions about hooks

From: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2006-01-24 19:23:47 CET
('binary' encoding is not supported, stored as-is) Jeff Lanzarotta wrote:
> I am trying to get the post-commit and mailer.py hook combination to work. With
> no luck by the way...
>
> Is there some place error messages are written to so that I can see what
> exactly is going on?

No, they are thrown away. This is a commonly-reported issue.

You need to redirect the output to somewhere suitable yourself, with "2>/path/to/logfile" or similar where the hook file invokes the mail script.

(Perhaps this should be described in the templates for the hook files?)

--Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 24 18:04:01 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.