[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Recurse SVNParentPath Subdirectories?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-22 23:32:31 CET

On Nov 22, 2004, at 3:20 PM, Flanakin Michael C SSgt HQ SSG/ENED wrote:

> Well, considering I haven't heard from anyone on whether or not this
> is possible, I'm going to assume that it is not. If has or hasn't
> tried it, please let me know your final conclusions so that I can at
> least have some sort of idea where to take this issue. If I haven't
> heard anything by tomorrow morning, I'll be posting it as an issue on
> the Subversion tracker. Thanks!

It's not possible. When mod_dav_svn sees the SVNParentPath directive,
it just mindlessly appends the component immediately following the
<Location> to the SVNParentPath, and tries to open a repository there.
There's no recursion going on.

Maybe this mindlessness can be extended, so that if appending the 1st
component doesn't work, it tries appending the 2nd component, and so
on. I'd ask on the dev@ list, to see if there are any problems or
objections to such a feature. Definitely do that before filing an
enhancement request in the issue tracker.

(AFAIK, you're the first person to ever ask for such a thing. I've
been reading this list for over four years.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 22 23:34:54 2004

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.