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

Re: Change the existing schema in minting repository structure.

From: Gert Kello <gert.kello_at_gmail.com>
Date: Wed, 10 Feb 2010 16:31:56 +0200

> I am using “tortoisesvn “, presently we are using separate
> repository for each project like Proj-A, Proj-B, Proj-C (in each Project we
> have Different folders like Dev, Testing, Production). But I would like to
> move all these Projects under one roof i.e. in Projects/Proj-A,
> Projects/Proj-B, Project/Proj-C.
>
> Here I have some doubts
>
> 1. Easy method to move repository, Proj-A to Project/Proj-A without
> losing
> any revision history.
>

If they are really different repositories then You have to use "svnadmin
dump" / "svnadmin load" cycle (svnadmin is in subversion CLI, see
http://subversion.apache.org/packages.html#windows)

see
http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate

and search for section "The dump format can also be used to merge the
contents of several different repositories into a single repository. By
using the --parent-dir option of *svnadmin load*, you can specify a new
virtual root directory for the load process."

Gert

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2446416

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-02-10 15:32:01 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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