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

Re: Moving repository into correct layout

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-02 22:06:05 CEST

On Sep 2, 2005, at 3:02 PM, Kevin Old wrote:
>
> But then when I tried to merge it into itself it didn't work:
>
> [root_at_mis2 IVR]# svn mv file:///svnrep/IVR file:///svnrep/trunk/IVR
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///svnrep'
>
> Didn't work this way either:
>
> [root_at_mis2 IVR]# svn mv file:///svnrep/IVR file:///svnrep/IVR/trunk/
> IVR
> svn: Cannot move URL 'file:///svnrep/IVR' into itself
>
> Any ideas what I'm doing wrong?

Checkout the the IVR directory (or 'svn up' if you already have a
working copy), then 'svn mv' every object in the root directory into
the trunk/ directory. Then 'svn commit'.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 2 22:07:57 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.