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

Re: [RFC] : full-text instead of vdelta against empty bytestream

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2003-10-22 03:52:06 CEST

Daniel Berlin <dberlin@dberlin.org> writes:
>
> On Oct 19, 2003, at 6:55 PM, David Kimdon wrote:
>
> > Hi,
> >
> > The included patch removes vdelta calculation when we are sending the
> > full text of the target.
>
> Except that vdelta against an empty bytestream will be quite a bit
> smaller.
>
> This should probably be controlled by some option, since it's not
> always a win for everyone (it depends on your network connection speed,
> etc)

True, but even without the compression that vdelta provides:

  - ra_dav users will still get the benefit of neon gzipping the data before
    sending it.

  - ra_svn users can leverage ssh compression.

  - ra_local users should have plenty of bandwidth inside their machine. :-)

-Fitz

--
Brian W. Fitzpatrick    <fitz_at_red-bean.com>   http://www.red-bean.com/fitz/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 03:52:46 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.