p42svn | svnadmin load gives bogus 'File already exists' error
From: Ted Burghart <ted_at_tedb.net>
Date: Tue, 26 May 2009 17:26:29 -0400
Hi,
I'm trying to move my SCM repository from perforce to svn and am being
My environment:
Fortunately this repository isn't huge so I can experiment with the
I create the dump with
./p42svn.pl --branch //depot/prj=trunk/prj > /shared-mounts/
And attempt the load with
rm -rf repos-name
Well into the load I get
<<< Started new transaction, based on original revision 50
To cover a few questions that might come up:
I am not expert in svn dump files, but perusal of the file suggests a
The point at which the load fails seems to be the first point at which
# grep -n -A8 -B1 trunk/prj/www/domain-name/elements/err/ /shared-
-- 130654- 130655:Node-path: trunk/prj/www/domain-name/elements/err/error-404.shtml 130656-Node-kind: file 130657-Node-action: add 130658-Text-content-length: 2125 130659-Text-content-md5: 20997b158acc3c1db5d8496166574e76 130660-Prop-content-length: 10 130661-Content-length: 2135 130662- 130663-PROPS-END As you can see, the directory in question and the two files in it were added once and have not been touched since. I am at a loss as to where I go from here and would greatly appreciate any assistance offered. Thanks, - Ted ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2354370 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-05-26 23:41:55 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.