RE: Bug: "svnadmin dump --incremental --deltas" gives too much output
From: Paul Charlton <techguru_at_byiq.com>
Date: Tue, 30 Sep 2008 18:11:46 -0700
good spelunking! your matrix and reduction show how the code actually behaves ... although I am not sure which of the dumps is actually useful for backup or repository synchronization.
best,
-----Original Message-----
Paul Charlton wrote:
Wow. What a complex matrix of behavior. If I'm reading the code correctly, the first revision of a dump will use fulltexts instead of binary deltas regardless of whether "--deltas" was provided, unless both --deltas and --incremental were provided (in which case it uses binary deltas). I think.
deltas | incrmnt | 1st rev | behavior
So, reduction brings (check me, here):
incremental = (incremental || (! first_rev));
-- C. Michael Pilato <cmpilato_at_collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-10-01 03:12:09 CEST |
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.