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

Re: Subversion Performance Benchmark

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-09-24 19:52:52 CEST

On Tue, 2002-09-24 at 13:25, Greg Hudson wrote:
> Still, this is pretty dumb when we're using ra_local. Not sure what the
> best fix is.

Okay, on reflection, I think I know what the best fix would be: when
using ra_local, always transmit plaintext. It doesn't matter what we're
diffing against; even if we're doing a real diff and not just a
self-compression, it's still wasted time.

Of course, this presents a layering problem. I think we want a function
in the ra layer which returns true if the ra layer thinks bandwidth is
precious and if not; we pass this flag, in turn, to the wc crawler so
that it can decide whether or not to send diffy or plaintext file
deltas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 24 19:55:29 2002

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.