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

Re: dump format refinement

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-05-01 00:52:05 CEST

On Tue, Apr 30, 2002 at 07:24:27AM -0500, Ben Collins-Sussman wrote:
>...
> Your proposal is clear: but the idea of a single node having multiple
> immediate ancestors is a "future" concept that doesn't yet exist in
> svn_fs.h.
>
> If we *do* add this concept to our filesystem someday, then I say it's
> appropriate to add this field to our dumpformat. That's why we're
> going to version our dumpformat after all. Version 1 of our format
> represents svn 1.0 fs concepts, and will be forward-compatible. I
> think that the prev-node-path field should be saved for a future
> version of our dumpformat, once our fs actually has this feature.

You wouldn't even need to bump the version number. Adding a header is
forward-compatible. Either it is present (future code), or it isn't (old
code, or future code but not applicable).

Things like copy-from information, and Branko's prev-node-path, can be
omitted from the "headers" in a compatible fashion.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 1 00:51:31 2002

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.