[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:07:41 CEST

On 9/2/05, Kevin Old <kevinold@gmail.com> wrote:
> 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?

I believe I found the answer to my question here:

http://svn.haxx.se/users/archive-2004-03/2230.shtml

Thanks for your help!

-- 
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:10:20 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.