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

Re: Modifying repos structure

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-13 16:54:32 CET

jalal wrote:

> It seems I want to do 'svn move svn://myserver/repos/proj1/*
> svn://myserver/repos/proj1/trunk/' but 'svn move' seems to only move one file
> at a time.

Yes, we have an open issue about making 'svn cp/mv' take more than 2
arguments.

> I guess I could checkout the project, change the directory structure and then
> commit everything but that seems longwinded.

That would definitely work, but is longwinded.

>
> So, whats the simplest way???

Hm, I'd try doing a bunch of server-side copies/moves. Something like

   svn mv proj1 was_proj1
   svn mkdir proj1
   svn mv was_proj1 proj1/trunk
   svn mkdir proj1/branches
   svn mkdir proj1/tags

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 13 16:55:46 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.