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

Re: Merge of 2 separate subversion installations.

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 30 Jan 2009 13:18:17 -0600

Patricia A Moss wrote:
> Les,
>
> In my first inquiry I asked "Is it as simple as doing a repo dump
> from the 1.2.1 version and then restoring into the newer version?"
> So, my understanding of your explanation is that svnadmin dump
> path-to-repo > dumpfile is the best way to get them moved.
> Then you say that I have a choice as to where they get loaded, on
> the new server. So, I have a question about that.
> If I use the following example: svnadmin dump /home/testrepo >
> testrepo.dump to create my dump file and then move it over to the new
> server and run the command svnadmin load path-to-repo < testrepo.dump; it
> is this "path-to-repo" that affords me the choice of location to load?

Yes, you can either create a new, empty repo and load it in at the top,
or make a new directory in your old one and load under that. The
differences will be that keeping thing separate will make the old
revision numbers remain consistent and make it easier if you ever want
to pull them apart again. Merging them might make maintenance of
authentication/access control easier.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1076107
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-30 20:19:08 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.