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

Re: SVN consulting work

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-05-14 15:17:00 CEST

Giovanni Bajo writes:
> ListMan <listman@burble.net> wrote:
>
> > 2) Commit times are very slow:
> > for a local disk commit a 650MB file took 7:30s using 1.3.1. Using
> > 1.5x this took 6:30s.
> > One issue with this is that there seems to be unnecessary delta
> > calculations that occur during the commit operation, I'm sure there
> > are other issues also.
>
>
> In my repository, delta calculations help a lot, and allow to manage a
> repository made of large files across the Internet. Without delta, that'd be
> totally impossible.
>
Yes, but we do a delta calculation on the client that's sent to the server,
even in ra_local. Then, the repository recalculates the delta,
possibly against another revision to store it in the FS. If you have
a local epository, or are on a LAN, you might want to trade bandwidth
against speed in another way than you want over a WAN. There may also
be other optimization possibliities, depending on R layer and so on.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 14 15:17:32 2006

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.