[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: Kevin Old <kevinold_at_gmail.com>
Date: 2005-09-02 22:02:33 CEST

On 9/2/05, William Nagel <bill@stagelogic.com> wrote:
> On Sep 2, 2005, at 2:47 PM, Kevin Old wrote:
[snip]
> > Any ideas how I'd be able to get my repository straightened out?
>
> svn mkdir ROOT_URL/trunk
> svn mkdir ROOT_URL/tags
> svn mkdir ROOT_URL/branches
> svn mv ROOT_URL/IVR ROOT_URL/trunk/IVR
>
> That should do it.

Hi Bill,

Well the first commands worked:

[root_at_mis2 IVR]# svn mkdir file:///svnrep/IVR/trunk
 
Committed revision 56.
[root_at_mis2 IVR]# svn mkdir file:///svnrep/IVR/tags
 
Committed revision 57.
[root_at_mis2 IVR]# svn mkdir file:///svnrep/IVR/branches
 
Committed revision 58.

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?

Thanks,
Kevin

-- 
Kevin Old
kevinold@gmail.com
---------------------------------------------------------------------
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:04:18 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.