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

moving a large number of folders

From: Robin Becker <robin_at_reportlab.com>
Date: 2005-04-15 16:56:46 CEST

I would like to move a large number of tags in a single operation, but cannot
find a way to do so without checking them all out.

The folders are tags of the trunk made over a 5 year period (converted from CVS)
and sit in the folder .../tags.

Since I cannot do multiple URL-->URL renames I would like to check out the tags
folder to a depth of 2 to avoid using up all disk space on my 80Gb drive.

I find that co -N ..../tags just gives an empty working folder, is there a way
to get the subfolders checked out into that folder as well, but without pulling
all theire contents? Then I could add a parallel folder move the old tags into
it and do an atomic commit.

I've tried the obvious stupid ways eg

cd working tags and svn co -N .../tags/subfolder
cd working tags and svn up -N .
cd parent of working tags and svn co -n .../tags/subfolder tags/subfolder

but they don't seem to connect the tags and sub folders properly. Is there a way
to do this?

-- 
Robin Becker
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 16:59:29 2005

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.