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

Re: Watch Subversion server deadlock with hook script

From: Travis P <svn_at_castle.fastmail.fm>
Date: 2005-03-25 23:02:16 CET

On Mar 25, 2005, at 3:51 PM, Erik Huelsmann wrote:

> You mean this one:
> http://subversion.tigris.org/issues/show_bug.cgi?id=2078 ?

Yep. I plead *guilty* to not checking the bug database! (I'm not sure
why that thought
didn't cross my mind this time.) Thanks!

I'm going to have to put some checking into my hook since the blocking
limit on my Linux server is 4096 bytes exactly (and exactly equal to
PIPE_BUF, though I don't see that that has to be the case, it often
might be). 4096 doesn't block. 4097 does. That's not that large. If
users do something like illegally touch every file such that they all
violate the pre-commit check. I don't want to allow them to lock up
the server and need to call me (or kill -9 their 'svn commit' command).

-Travis Pouarz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 25 23:02:59 2005

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.