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

Re: Moving root repository

From: Jeff Stuart <jstuart_at_computer-city.net>
Date: 2002-10-18 02:05:07 CEST

Yup.. I forget that one EACH time. LOL...

It SHOULD be:

svn mv http://tux/svn/uw/$file http://tux/svn/uw/trunk ...

On Thu, 2002-10-17 at 17:37, Branko Èibej wrote:
> Jeff Stuart wrote:
>
> >ASSUMING you've checked it out, in the checked out folder, try this
> >(Also assuming under Bash/KSH/etc):
> >
> >for file in * ; do
> >svn mv $file http://tux/svn/uw/trunk -m "Moved uw to trunk" --username behle
> >done
> >
> Nope. Move is only allowed between URLs or WC dirs, you can't do a
> WC-to-URL move.
>
>
> --
> Brane Èibej <brane_at_xbc.nu> http://www.xbc.nu/brane/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Jeff Stuart <jstuart@computer-city.net>

Received on Fri Oct 18 02:05:43 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.