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

Re: upgrade SVN

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 24 Nov 2008 11:19:13 +0100

On Monday 24 November 2008, Ilan Yaniv wrote:
> Now I want to upgrade the data to work with SVN version 1.5.5
>
> I run the command- svnadmin dump <path to repository\my rep> > dumpfile
>
> Now I run the load command:
> Cd into the repository (where the format file is)
> Svnadmin load <repo> < dumpfile

You're not supposed to 'cd' into the repository. The path given to svnadmin
during dump, load or create should be the same in order to specify the same
repository.

> I am getting the following error:
> D:\SubversionRepository>svnadmin load dev < dev/dev_dumpfile
> <<< Started new transaction, based on original revision 1
> * adding path : CMS ... done.
> * adding path : CMS/branches ... done.
> * adding path : CMS/tags ... done.
> * adding path : CMS/trunk ... done.
> * adding path : LMS ...svnadmin: File already exists: filesystem
> 'dev/db',
> transaction '23099-2', path 'LMS'
>
> What is wrong here ?

It looks like you are loading the dumpfile into an existing repository. You
have to use a new repository instead. In particular, it shouldn't be the
repository you just dumped! You can however move it aside first and then
create a new one in place.

That said, I think there is an "svnadmin update" command which would upgrade
the repository format without requiring a dump/load cycle.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-24 11:19:44 CET

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.