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

Re: Locking: repos upgrades?

From: <kfogel_at_collab.net>
Date: 2004-11-20 00:57:54 CET

"C. Michael Pilato" <cmpilato@collab.net> writes:
> If our promise is that you can switch back and forth between 1.0 and
> 1.1 server versions on the same repos without badness, then yes, it
> breaks them. Once the 1.1 code touches the repos, it will
> soft-upgrade to the next format number, which will then cause the 1.0
> code to error out.

People should be able to downgrade from 1.2 to 1.1 and continue to use
the same repository. So

   1) create the new tables on the fly ("magically")
   2) don't bump the fs format

That does it, right? Old server code won't ever access the new
tables, so they're harmless to 1.1.x and below.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 20 00:59:37 2004

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.