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

Re: Autoexpanding ZIP archives?

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2005-12-08 18:19:36 CET

On 12/8/05, John Peacock <jpeacock@rowman.com> wrote:

> You _can_ store your compressed source packages etc.,
> but it is not any more efficient than storing it in a filesystem, and it
> many ways it is less efficient...

I don't know how we're less efficient. In the worst case, we take up
just as much space as storing both versions of the file.

IIRC, the binary diffs being stored in the repository are guaranteed
never to be bigger than the the original file. So if you make a small
change to a 10MB binary, and the resulting binary diff is >10MB, then
I believe the repository just stores the fulltext instead of the diff.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 8 18:31:46 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.