Re: Migrating to svn
From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Thu, 19 Nov 2009 16:01:29 +0300
Greetings, Lacoste, Dana (TSG Software San Diego)!
> I don't know if someone can help me, but I'm trying to migrate from another SCM to svn.
> I keep running into issues:
> The original SCM was, well, extremely large. massive. So we're running a tool to extract data in it to the svn dump format. Fine (the dump format looks fine enough) but I can't seem to get it to
> Example:
> Dump branch A into svn-brancha.dump (content is in branches/branchA)
If you want to import it in the same repository and have consistent repository
> svnadmin load branch A : no problem.
> svnadmin load branch B : fails immediately, unable to create "branches"
> Seriously? svn load won't load a dump file that references files that
> I can't make a single dump file that contains branchA _and_ branchB because
You can have incremental dumps. I.e. dump only a range of revisions. Even
> I'm kind of stumped here: I can make dump files (using the scripts on tigris
> Any suggestions?
What I said above. You took wrong approach to resolve your issue.
-- WBR, Andrey Repin (anrdaemon_at_freemail.ru) 19.11.2009, <15:57> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2420044 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-11-19 14:06:14 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.