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

Re: [PROPOSAL] Drop XML from .svn/entries

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-04-21 08:02:39 CEST

Peter Samuelson writes:
>
> [Jonathan Gilbert]
> > Why not add *support* for the new format to the core libraries right
> > away, but not actually create/upgrade repositories at this
> > point.
>
> Because maintaining the ability to read *and* write multiple repository
> formats at once is annoying. The normal mode is to read the old format
> but only write the new format.

In general, yes, but it depends on what the format change is. The
recent changes (nonxml-entries and storing wcprops in a single file)
require the odl write support to stay in the code so a new client can
run cleanup on an old WC (we don't try to upgrade a WC that needs
cleanup). For wcpropcaching, the situation is different because the
code that runs the logs doesn't deal with the way properties are
stored directly. So, it gets a little tricky... And everybody who
knows how stupid I really am now fears 1.4:-)

Best,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 21 08:03:11 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.