Am Thu, 10 Feb 2011 14:27:17 -0600
schrieb Ryan Schmidt :
>
> $ svnadmin create repo1
> $ svnadmin create repo1/repo2
> svnadmin: 'repo1/repo2' is a subdirectory of an existing repository
> rooted at 'repo1' $ svnadmin create repo2
> $ mv repo2 repo1
> $ ls repo1
> README.txtdb h
Am Thu, 10 Feb 2011 13:07:27 -0500
schrieb Bob Archer :
>
> I expect that this all happens inside the repository. A repository's
> contents can have whatever folder layout you want. However, the
> repositories themselves on the server each need to be peers. You
> can't nest repos nor should you n
Am Thu, 10 Feb 2011 11:24:09 -0600
schrieb Ryan Schmidt :
>
> On Feb 10, 2011, at 09:59, Stefan Sperling wrote:
>
> >> and can you please add an --force switch to
> >> still being able to create Repositories within the path of another?
> >
> > That's a reasonable request, I think. Not a usual u
Hi,
I just recently upgraded to svn 1.6.12 and had to realize
svnadmin create
wont let me create Repositories inside directories where have already
repositories been created.
Why is that a "feature" and can you please add an --force switch to
still being able to create Repositories within the