[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: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-10-17 19:18:06 CEST

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
>
>
>
I believe,

for file in `svn ls http://tux/svn/uw`; do

would work without a working copy. But I already did it cmpilato's way.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 19:09:39 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.