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

Modifying repos structure

From: jalal <the_jalal_at_fastmail.fm>
Date: 2004-03-13 14:51:30 CET

OK, so I installed subversion, tested it out, imported a bunch of projects to
test them, very nice....

But, I didn't think too much about how to structure the repository and now I
want to make some changes, a little advice would be appreciated.

I started with (simplified):

repos/proj1
------/proj2
------/proj3

and I want to change to:
repos/proj1/trunk/
-------------/tags/
-------------/branch/
etc...

At present repos/proj1/ contains a lot of files and directory structure for
that project and I want to move the whole set of files and stuff into
repos/proj1/trunk/.

Whats the easiest way of doing that?
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.
I guess I could checkout the project, change the directory structure and then
commit everything but that seems longwinded.

So, whats the simplest way???

TIA
jalal

-- 
GPG fingerprint = 3D45 5509 D380 26A4 523E  A9D8 A66A 5F38 CA43 BB0E
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 13 14:52:47 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.