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

Re: Hooks

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-08-21 08:29:41 CEST

On Thu, 2003-08-21 at 01:12, dj wrote:
> While trying to fix the hook's stderr messiness on Windows, it appears
> to me that on RH9 Linux, at least, hook output is not being sent back to
> the client on failures.

Here's what I would expect:

  ra_local: You should see hook stdout and stderr.
  ra_svn with ssh: You should see hook stderr; hook stdout will
   corrupt the data stream and give you malformed network data
   errors.
  ra_svn without ssh: hook stdout and stderr go nowhere.
  ra_dav: hook stdout and stderr go nowhere.

The network protocols simply don't have any mechanism for conveying
output from hook scripts; when it does work, it works by accident.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 21 08:30:38 2003

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

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