#300890 libapache2-svn: Recursive version of SVNParentPath directive

#300890#5
Date:
2005-03-22 14:38:32 UTC
From:
To:
SVNParentPath is very handy when one has many repositories in a
directory, but sometimes the repos have to be organized in a hierarchy
of directories, which can't be used automatically by the SVN Apache2
module, because SVNParentPath only searches repos in the specified
directory, not its sub-directories.

SVNRecursivePath or something like that would be great.