So in this case, I have two repositories, one for ver 1.4.x and another
for ver 1.5.x
Is that true?
Now I have two quite big repositories...
-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008c_at_ryandesign.com]
Sent: Monday, November 24, 2008 12:22 PM
To: Ilan Yaniv
Cc: Subversion Users
Subject: Re: upgrade SVN
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:25:43 CET