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

Re: [PATCH] Optionally use deltas in dumpfiles

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-03-29 01:39:25 CEST

> 1. If --deltas is specified and a path is being added without
> history, will it be stored as a delta against empty, or just as
> fulltext? (I personally would prefer fulltext...)

Hm, why would you prefer fulltext for adds-without-history? I just
discovered that it's a one-line change to do adds as deltas against
empty, and it saves another 25% on the diffy dumpfile size for the
Subversion project repository. (The resulting diffy dumpfile isn't as
compressible, but compressability wasn't really my goal.) It also
seems more elegant to me, since we transmit commits of added files
over the wire as deltas against empty.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 29 01:40:01 2004

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.