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

Re: Fear of upgrade

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-04 19:31:31 CEST

Mark Plotnick <plotnick@ensodex.com> writes:

> If there is a way to confirm what SVN version
> the DB was created with so I could make sure I'm
> not mixing versions of svnadmin & the DB.
> Is the DB stamped somehow with the SVN version
> when created ?
>
> Thanks for the help. I will have to fix this
> because if I can't backup the repository, that
> would be BAD. :-)

It's not stamped with the SVN version number, because there's not
necessarily any repository format change when there's a new
Subversion release.

Instead, we added a <repository>/format file; whenever the repository
format changes, we bump the number in that file. If the file is not
present, then we know it's the very first repository format.

So svnadmin should detect if there's a version mismatch. (CMike, am I
sane here?)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 4 19:58:10 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.