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

Re: Script to change repo layout from `{trunk,tags,branches}/<tag>/proj/sub` to sub/`{trunk,tags,branches} ?

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Tue, 12 Jun 2012 21:28:20 -0500

On Jun 12, 2012, at 07:05, Oliver Schrenk wrote:

> I have multiple projects with the following layout in the repository:
>
> trunk/project/subproject
> tags/<tag>/project/subproject
> branches/<branch>/project/subproject
>
> Now a subset of subprojects need to be moved to another repository. I want to change the layout of each subproject to the standard layout but want to retain tag and branch names but pointing to the trunk of the subproject.
>
> Is this possible?

Of course: "svn mv" things to the way you want them to be.

> Does anybody done some work on this and maybe has a script he/she can share?

I'm not personally aware of an existing script for this.
Received on 2012-06-13 04:29:00 CEST

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.