Re: svnadmin create complains about subrepositories

2011-02-12 Thread Stefan Sperling
[ Cc -= users@ ] On Sat, Feb 12, 2011 at 05:50:48PM +0100, Stefan Sperling wrote: > [[[ > * subversion/libsvn_repos/repos.c > (svn_repos-create): Prevent repository creation within all subdirectories >of a repository, not just within the top-level one. While expanding svnadmin_tests.py 18 t

Re: svnadmin create complains about subrepositories

2011-02-12 Thread Stefan Sperling
On Sat, Feb 12, 2011 at 05:31:50PM +0200, Daniel Shahaf wrote: > Stefan Sperling wrote on Sat, Feb 12, 2011 at 13:59:16 +0100: > > What I am saying is that the following should error out: > > $ svnadmin create repos > > $ cd repos/db > > $ svnadmin create repos > > $ > > Oh, sorry,

Re: svnadmin create complains about subrepositories

2011-02-12 Thread Daniel Shahaf
Stefan Sperling wrote on Sat, Feb 12, 2011 at 13:59:16 +0100: > What I am saying is that the following should error out: > $ svnadmin create repos > $ cd repos/db > $ svnadmin create repos > $ Oh, sorry, Stefan. I missed that it doesn't error when the cwd is repos/db. (Wh