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

Re: stress.pl failing over ra_svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-03-27 03:57:06 CET

On Wed, 2003-03-26 at 20:21, Philip Martin wrote:
> "Network connection closed unexpectedly"

There are known places in ra_svn where an error will cause the svnserve
process to terminate rather than presenting an error to the client. The
most tricky of these to fix is in the interface between the reporter and
editor, since you don't know what state the protocol is in when you get
an error back from a finish-report function.

However, commits do not involve the reporter, nor are they one of the
few other places where errors aren't reported right. From looking at
the code, I don't see what kind of error would not be properly reported
to the client. So I think some debugging is in order. (Unfortunately,
I am very thin on time right now; things should ease up in a few
months.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 03:57:50 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.