r872710 | hwright | 2008-08-22 17:40:42 +0000 (Fri, 22 Aug 2008)
Don't allow repository creation inside of an existant repository. This was
first mentioned on the users list here:
http://svn.haxx.se/users/archive-2008-08/0800.shtml
Suggested by: Steven J. Murdoch <svn+Steven.Murdoch@cl.cam.ac.uk>
* subversion/libsvn_repos/repos.c
(svn_repos_create): Check to see if we are in an existant repo before
creating a new one.
* subversion/tests/cmdline/svnadmin_tests.py
(create_in_repo_subdir): New test.
(test_list): Run the new test.