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

Re: Should 'svnadmin dump --deltas' write svndiff1 diffs? (was Re: svn commit: r18363)

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-02-08 17:55:21 CET

Malcolm Rowe wrote:
> Yes, the --deltas option was introduced in 1.1.0, and produces dumps
> that can't be read by 1.0.x.

... and is not the default. The default invocation of 'svnadmin dump'
remains compatible with older versions.

> Sounds like we should at the least switch back to svndiff0 deltas for
> the current delta dumps. Any objections to me doing that now? (We can
> continue to discuss exactly whether or how we should expose the svndiff1
> deltas in our dumpstreams, of course).

+1 on switching back to svndiff0 as the default.

We can add a --svndiff1 option later, which will, when used with
--deltas, cause a dumpstream with a bumped version number (what are we
at, 3?) to be generated.

To be clear about what I'm thinking:

   (no options): dumpstream version 2, no deltas (and thus,
                 svndiff-independent)
   --deltas: dumpstream version 3, svndiff0 deltas
   --deltas --svndiff1: dumpstream version 4, svndiff1 deltas

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Wed Feb 8 17:58:03 2006

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.