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

Re: Howto prevent svn from storing deltas for binary files

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2004-10-07 19:51:31 CEST

On Oct 7, 2004, at 1:21 PM, Benjamin Pflugmann wrote:

> Much more probably is that the size increase comes from side-effects,
> which have nothing to do with the diffing algorithm (like BDB log
> files, or the fact that BDB doesn't free empty space in its database).

It would be interesting to compare the results with fsfs (though
Thorsten didn't specify which back-end was in use).

>> Or you just managed to hit a pathological case.
>
> That would be compressed or encrypted files, since those - by
> definition - shouldn't be much compressable anymore.

Exactly. Though such things can easily be part of what you want to put
in the repository.. e.g. MPEG files for game cut-scenes or some other
form of compressed or encrypted data that would be part of a software
project. (Of course use of Subversion is not limited to software
development either.)

Such files though shouldn't add much more to the used disk space than
it would take for a complete copy of the new version of the file. It
certainly shouldn't be storing things as zillions of tiny diffs if it
sees that the result is much larger than the original file size.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 7 19:52:13 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.