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

Re: Debian upgrade

From: Jerome Lacoste <lacostej_at_frisurf.no>
Date: 2004-02-04 13:12:01 CET

On Wed, 2004-02-04 at 12:40, Kai Hendry wrote:
> I upgrade to 0.37 on my client machine a day or two ago and I did
> commits fine.

You need to dump and restore your repository, the underlying DB has
changed.

Do something like

> svnadmin-0.33.0-1 your-repos > dump_file
> svnadmin create new-repose
> svnadmin load < dump_file

This was documented in the release notes of the new subversion.

jerome@dolcevita> zcat /usr/share/doc/subversion/NEWS.Debian.gz
** 0.35.1-1 : dump/reload required

  The repository format changed in 0.34.0 (which was never packaged)
  so you'll need to dump and load your repositories. See the section
  "Migrating a Repository" in the manual for instructions on how to do
  so. You can use svnadmin-<old-version> to dump the repository.

I suggest you to install apt-listchanges, you will not have missed the
message.

Good luck

Jerome

Received on Wed Feb 4 13:12:34 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.