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

Re: Having difficulty with mv

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-03-20 15:16:58 CET

On Thu, Mar 20, 2003 at 01:45:00PM -0000, Richard In Public wrote:
> Hi All
>
> I'm trying to alter my repository so that its contents are now in a
> 'trunk'.
>
> My repository is at D:\svn\repos (http://localhost/svn/repos via
> WebDAV). I want to move it to D:\svn\repos\trunk.
>
> Attempt #1:
> svn mv http://localhost/svn/repos http://localhost/svn/repos/trunk.
> This returned the 'cannot copy ... into its own child ...

I assume http://localhost/svn/repos is the root of your repository.

You'll probably have to:

svn mkdir http://localhost/svn/repos/trunk
svn mv http://localhost/svn/repos/a http://localhost/svn/repos/trunk
svn mv http://localhost/svn/repos/b http://localhost/svn/repos/trunk
...
svn mv http://localhost/svn/repos/z http://localhost/svn/repos/trunk

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 20 15:17:55 2003

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.