You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stefan Schwarzer <st...@grid.unep.ch> on 2006/03/23 12:32:18 UTC

Move several items at once

Hi there,

isn't it possible to move multiple items at once? I would like to  
copy several dozens of images from one location to another. The svnX  
wnats me to selected one by one, the svn command line display the  
help when I use this command:

	svn mv images/download_* mod_download/images/

Anything wrong with my intention?

Thanks for any help.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Move several items at once

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Ryan Schmidt wrote:
> On Mar 23, 2006, at 13:32, Stefan Schwarzer wrote:
>
>> isn't it possible to move multiple items at once? I would like to
>> copy several dozens of images from one location to another. The
>> svnX wnats me to selected one by one, the svn command line display
>> the help when I use this command:
>>
>> svn mv images/download_* mod_download/images/
>
> That isn't possible right now. You need to move files one at a time.
>
> The ability to do what you want has already been entered as an
> enhancement request:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=747
>
> However, it was entered almost 4 years ago, which does not bode well
> for it being implemented anytime soon.

This is when having a bit of shell scripting from CygWin or from a Perl 
script is your friend. 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Move several items at once

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 23, 2006, at 13:32, Stefan Schwarzer wrote:

> isn't it possible to move multiple items at once? I would like to  
> copy several dozens of images from one location to another. The  
> svnX wnats me to selected one by one, the svn command line display  
> the help when I use this command:
>
> 	svn mv images/download_* mod_download/images/

That isn't possible right now. You need to move files one at a time.

The ability to do what you want has already been entered as an  
enhancement request:

http://subversion.tigris.org/issues/show_bug.cgi?id=747

However, it was entered almost 4 years ago, which does not bode well  
for it being implemented anytime soon.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org