[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-28 17:06:10 CEST

On Sun, 2004-03-28 at 03:02, Edmund Horner wrote:
> 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...)

As fulltext, though the loader should be able to handle a delta against
any. It wouldn't be too hard to make the dumper do a delta against any,
but it didn't come naturally. (Also, the binary DB stores plaintext for
the head revision of files, so it doesn't seem like it should hurt too
much space-wise to use plaintext for the first rev of each added file.
Though I imagine it makes a difference for big imports....)

> 2. Does --deltas imply --incremental? Because if it doesn't, it's going
> to be emitting do-nothing deltas for things that haven't changed in that
> first revision, right? Sounds as if it might as well leave them out.

I can't quite figure out where you were coming from here, but you seem
to have been answered successfully in other mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 28 17:07:04 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.