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

Re: Moving a repo into another?

From: Paul L Lussier <pll_at_lanminds.com>
Date: 2003-05-21 23:02:21 CEST

In a message dated: 21 May 2003 14:53:59 CDT
Ben Collins-Sussman said:

>... it's not clear to me, though, how you would load *into* a specific
>directory in the new repository.

projectA is currently it's own repository. It's isolated.

I need to create a new repository with 2 new projects which are each
related to each other *and* to projectA. Basically, I want to move
'projectA' out of it's isolation into a repository with family
members so it's not lonely :) projectA, projectB, and projectC are
all inter-related, and as such, going forward, changesets will
include files in all three trees.

What I seem to need to do is:

        svnadmin create /usr/local/svn/projects
        svnadmin dump /usr/local/svn/projectA | \
                svnadmin load /usr/local/svn/projects
        svn create file:///usr/local/svn/projects/projectA

Then 'svn mv' everything from the load under the projectA parent
directory. Does that make sense?

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 21 23:03:14 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.