On 3/21/2006 3:20 PM, Res Pons wrote:
> Hi everyone :)
>
> In one of my projects, I used to do my tagging right under the tags
> subfolder. Recently, I created a subdirectory under my projects tags
> subfolder matching each release name and I'd like to clean up by moving all
> these other tags into the subfolder. With Tortoise Repo Browser, I find this
> agonizingly slow as it won't allow me to do batch moves or copies but
> painstakingly and slowly 1 by 1.
>
> Is there anyway through the svn cmd line I could do a mass copy as follows:
>
> svn mv http://blah/blah/tags/build*
> http://blah/blah/tags/newsubfolder/build*
I'd just build up a script of 1 by 1 moves, start it up, and go for a
coffee, or lunch, or home to sleep, depending how slow "agonizing" is.
You can use "svn ls http://blah/blah/tags/" to get some raw material for
the script.
Duncan Murdoch
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 21 21:47:47 2006