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