[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-17 17:14:28 CEST

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

On Wed, 2002-10-16 at 18:16, Brandon Ehle wrote:
> Is there anyway to move a repository that was accidentally imported in
> the root "/" to the "/trunk" directory?
>
> > svn mv http://tux/svn/uw http://tux/svn/uw/trunk -m "Moved uw to
> trunk" --username behle
>
> svn: Trying to use an unsupported feature
> svn: cannot copy path 'http://tux/svn/uw' into its own child
> 'http://tux/svn/uw/trunk'
>
> There are roughly 150 directories & files in the root that need to be
> moved, is there anyway to achieve this via wildcards or something else I
> don't know about short of moving every file by hand?
>
>
>
> ---------------------------------------------------------------------
> 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 Thu Oct 17 17:15:11 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.