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

Re: copy multiple folders from one repository to another repository at server using subversion

From: Ryan Schmidt <ryandesign_at_macports.org>
Date: Sun, 1 Feb 2015 19:41:09 -0600

On Feb 1, 2015, at 6:26 AM, gangadhar jannu wrote:

> I've been struggling with this issue for the past two weeks.
>
> I've created a repository named as allProj at server.
> The structure of allProj is as follows:
> allProj
> • Projects
> • projectA
> • projectB
> • projectC
> • projectD
> • projectE
> Now I want to create another repository reqProj at the same server which includes multiple projects from allProj along with access controls and revision history.
> Expected reqProj structure is:
> reqProj
> • projectB
> • projectD
> • projectE
> I've searched a lot on this topic but still I'm unable to find solution.
>
> Any help would be greatly appreciated.

You can use "svnadmin dump" to dump parts of the allProj repository, then use "svnadmin load" to load them into the reqProj repository.

> software details:
> subversion version is 1.4
> server OS is cenOS 6.4

Subversion 1.4 is obsolete and unsupported. Please upgrade to the latest version of Subversion 1.8.
Received on 2015-02-02 02:42:30 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.