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

Re: Repos reorganizing with --parent-dir ?

From: Thilo-Alexander Ginkel <maillist_at_tgbyte.com>
Date: 2004-07-30 16:26:37 CEST

Roland Philippsen wrote:

> Let me illustrate. I want to change this kind of layout

> svn/
> trunk/
> foo/
> bar/
> branches/
> foo/
> bar/

> so that it becomes:

> svn/
> foo/
> trunk/
> branches/
> bar/
> trunk/
> branches/

> Any ideas? Thanks!

Shouldn't the following series of commands do the trick?

svn mkdir http://server/svn/foo
svn move http://server/svn/trunk/foo http://server/svn/foo/trunk
svn move http://server/svn/branches/foo http://server/svn/foo/branches

svn mkdir http://server/svn/bar
svn move http://server/svn/trunk/bar http://server/svn/bar/trunk
svn move http://server/svn/branches/bar http://server/svn/bar/branches

svn delete http://server/svn/trunk
svn delete http://server/svn/branches

Regards,
Thilo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 30 16:27:21 2004

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.