[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: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 24 Nov 2008 04:22:10 -0600

On Nov 24, 2008, at 04:12, 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
>

No, instead you need to create a new repository with svnadmin create,
and load the dumpfile into that.

> 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 ?
>

---------------------------------------------------------------------
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:22:37 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.