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

Re: re-organizing a repository

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 6 Oct 2009 15:08:44 -0400

On Tue, Oct 6, 2009 at 14:49, Jeremy Mordkoff <jlm_at_zeevee.com> wrote:
> Right now, I have a repository organized like this:
>
>
>
> Zcode
>
> Zcode/comp1
>
> Zcode/comp2
>
> …
>
> Zcode/comp9
>
>
>
> I would like to make one component a peer of zcode, e.g.
>
>
>
> Zcode
>
> Zcode/comp1
>
> …
>
> Zcode/comp9
>
> comp2
>
>
>
> this component has 10,000 files in 4000 directories. Is just doing an svn mv
> feasible? How about an svn copy instead? Is there a better way, with or
> without history?

svn mv would be the best way to do it, and will keep history. Do it
via repository URLs, not a WC, as it'll likely be much faster.

svn mv URL_TO_REPOS/Zcode/comp2 URL_TO_REPOS/comp2

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2404257

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-06 21:09:28 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.