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

Re: svn commit: rev 4775 - in branches/issue-1037-uuids/subversion: include libsvn_repos

From: <cmpilato_at_collab.net>
Date: 2003-02-10 02:06:48 CET

mark benedetto king <mbk@boredom.org> writes:

> On Fri, Feb 07, 2003 at 02:55:19PM -0600, cmpilato@collab.net wrote:
> >
> > Mark, maybe I missed some discussion, but why did you bump the dump
> > format version?
> >
>
> I added a record type that would not be supported by older svnadmin
> loaders (the UUID: record). I suppose that I could have made the UUID
> part of the magic header, making it a multi-line record, but I
> liked the idea of having the version info in a record by itself.

Our dumper and loader are *generally* written so that unrecognized
headers are ignored. That said, our loader does not ignore whole
header *blocks*, so I'm cool with your version increment. As you
stated, we'll just have a format that is:

   version-number
   
   repos-headers
   
   revision-headers
   ...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 10 04:18:44 2003

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.