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

hook script blocks server

From: Dirk Hoffmann <dh.discuss_at_web.de>
Date: 2004-06-21 19:34:35 CEST

Hi,

I'm working with subversion-1.0.4 on Linux and encountered the
phenomenon that when a hook script sends too much output to standard
error the http-server blocks.

The maximum possible length of the output is somewhere around 4096 chars
so I guess the server deadlocks due to a full pipe buffer.

So for now it's best to make sure your hook scripts do not send more
than 4096 chars to standard out.

I would like to see a warning in the subversion book.

Best regards
Dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 21 19:36:01 2004

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.