Re: moving multiple directories: {foo,bar} to quux/{foo,bar}
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Wed, 2 Jan 2008 12:30:42 -0600
On Jan 2, 2008, at 10:45, Michael Stillwell wrote:
> Is there a neat way of moving multiple files/directories at once?
In Subversion 1.5, you will be able to say
$ svn mv dir1 dir2 quux
See:
http://subversion.tigris.org/issues/show_bug.cgi?id=747
Until then, you'll have to do each move separately:
$ svn mv dir1 quux
If you want to do it remotely on repository URLs without using a
http://svn.collab.net/repos/svn/branches/1.4.x/contrib/client-side/
---------------------------------------------------------------------
|
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.