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

How to move files from within one URL to within another?

From: x nooby <xnooby_at_yahoo.com>
Date: 2005-09-23 20:44:21 CEST

I need to move the files from one URL to another URL

I have a bunch of directories and files located at
this URL:

   svn://myserver.myhost.com/svnrepo/trunk/myclient

I want to move the files to this URL:

   svn://myserver.myhost.com/svnrepo/myclient/trunk

When I do this command:

   svn move \
   svn://myserver.myhost.com/svnrepo/trunk/myclient/*
\
   svn://myserver.myhost.com/svnrepo/myclient/trunk/

The error I get is:

   svn: Path
'svn://myserver.myhost.com/svnrepo/trunk/myclient/*'
   does not exist in revision 1269

I *can* move the entire direcotry, like this:

   svn move \
   svn://myserver.myhost.com/svnrepo/trunk/myclient/ \
   svn://myserver.myhost.com/svnrepo/myclient/trunk/

But that results in myclient going here:

  
svn://myserver.myhost.com/svnrepo/myclient/trunk/myclient

Is there a way to move the contents of a URL to
another URL? I thought it should work like copying
the files from one directory to another on a
hard-disk, but it doesn't like the "*".

thanks!

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 23 20:46:43 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.