Re: Creating (or renaming to) trunk after the fact...
From: Lorenz <lorenznl_at_yahoo.com>
Date: 2007-03-26 09:54:23 CEST
Robert La Ferla wrote:
>I created a repository a while back as:
I assume you tried something like:
svn move .../Tools .../Tools/trunc
(... = protocol and path)
That can't work because resulting in recursion.
Try something like:
svn move .../Tools .../trunc
Lorenz
---------------------------------------------------------------------
|
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.