Re: svnadmin create complains about subrepositories

2011-02-11 Thread Fabian Richter
Am Thu, 10 Feb 2011 14:27:17 -0600 schrieb Ryan Schmidt subversion-20...@ryandesign.com: $ 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

svnadmin create complains about subrepositories

2011-02-10 Thread Fabian Richter
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

Re: svnadmin create complains about subrepositories

2011-02-10 Thread Fabian Richter
Am Thu, 10 Feb 2011 11:24:09 -0600 schrieb Ryan Schmidt subversion-20...@ryandesign.com: 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