Re: Candidate bug: svnadmin should refuse to create nested repositories
From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Fri, 22 Aug 2008 09:09:18 -0700
> -------Original Message-------
Agreed, and directory structures are rarely super deep. So while in theory the search algorithm would be O(n) in the number of nested directories, in practice n wouldn't be that large.
> However, the intricacies of stopping
That's what the svn_dirent_is_root() API is for. We already do to-the-root recursion to see if we are in a working copy as part of 'svn add --parents'.
> In the end, it would probably depend on the
This "volunteer programmer" is just trying to think through a few of the issues involved. ;) In any case, would somebody be willing to file an enhancement request in the issue tracker, referencing this thread?
-Hyrum
---------------------------------------------------------------------
|
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.