On May 15, 2007, at 10:19, Michael Toal wrote:
> I have set SVNParentPath to point to the parent folder holding the
> location of several repositories.We have decided (for now at least)
> to create separate repositories for each customer.Looking at the
> http url all looks fine and I can see a list of repositories.This
> list may get long and, we may want to organize the structure of
> underlying repositories,such that the repos are not necessarily
> _directly_ underneath the parent directory. I was hoping that when
> apache/mod_dav saw that the parent directory contained sub
> directories(which may in turn contain repositories), it would list
> the subdirectories, so that navigation down to the actual
> repositories was possible. I understand that my browser could see
> the repository if the full url was known, but is not navigable down
> to the full url. Do I need a separate <Location> </Location>
> section for every parent directory (this could get tedious), or is
> there a simpler solution?
Yes, unfortunately SVNListParentPath only finds repositories directly
in the SVNParentPath directory. But I think it would be a good idea
for Subversion to be enhanced to work the way you suggest. See my
previous message:
http://svn.haxx.se/users/archive-2007-04/0584.shtml
Perhaps, as an alternative, you could stop using SVNListParentPath
and instead write a simple script, for example in PHP. I'm not sure
that would work but it might be worth a try.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 16 12:15:19 2007