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

How to solve svnadmin load "File already exists" error?

From: Dennis Jones <djones_at_grassvalleysoftware.com>
Date: Tue, 9 Aug 2011 17:03:34 -0700

Hi,

I used rsvndump to dump a remote repository (because the server is running
an old version of SVN from before support for 'replay' was added). Now I am
trying to load the dump file into my local repository (VisualSVN 2.1.9) and
I'm getting the following error:

     * adding path : trunk/SomePath/SomeFile.zip ...svnadmin: File already
exists: filesystem 'E:\Repositories\Archive\db', transaction '3186-2gi',
path 'trunk/SomePath/SomeFile.zip'

Interestingly, it looks like it fails at revision 3186, but a glance at the
output shows:

------- Committed revision 3186 >>>

<<< Started new transaction, based on original revision 3187

So why is the transaction for 3186 still there?

This is my second attempt at doing this, and I got the same error (in the
same place) the first time. The dump file is almost 5GB in size and the
dump takes about 3 days to complete, so I'm not keen on doing it again, and
I doubt it will help anyway.

Of course, I started with an empty repository on the local server, so it's
not like it already had data in it. So how can I get around this?

Dennis
Received on 2011-08-10 02:04:19 CEST

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.