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

RE: Unexpected behaviour with SVNPath/SVNParentPath mixture

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Fri, 25 Mar 2011 11:37:58 -0000

> -----Original Message-----
> From: Ullrich.Jans_at_elektrobit.com
> [mailto:Ullrich.Jans_at_elektrobit.com]
> Sent: 25 March 2011 10:32
> To: subversion-2011a_at_ryandesign.com
> Cc: users_at_subversion.apache.org
> Subject: RE: Unexpected behaviour with SVNPath/SVNParentPath mixture
>
> Hi Ryan,
>
> > -----Original Message-----
> > From: Ryan Schmidt [mailto:subversion-2011a_at_ryandesign.com]
> > Sent: Friday, March 25, 2011 2:25 AM
> > To: Jans Ullrich
> > Cc: users_at_subversion.apache.org
> > Subject: Re: Unexpected behaviour with SVNPath/SVNParentPath mixture
> >
> > You will either want a single Location block containing an
> > SVNParentPath directive, or multiple Location blocks each with
> > an SVNPath directive. Not both.
>
> I noticed that. ;-)
>
> The question is, why not? According to the Apache docs, it
> should work, so it looks like a problem in subversion. Can
> this be considered a bug? Should I file an issue?

...because when you use the SVNParentPath directive, apache has no
further involvement in any "child" paths, all paths that start with the
parent root are passed to the DAV handler... You can get round this by
specifiying separate handlers for the separate paths using multiple
SVNPath blocks but again, anything below those paths is handled by DAV
and not apache.

This is different from nesting access restrictions to artifacts that are
all handled by apache (i.e. uri <Location>s or local <Directory>s so
those docs you mention do not apply in this scenario.

> We'd like to provide our users with the ability to create
> repositories themselves, then possibly promote select
> repositories to a different permission set. Restricting
> ourselves to only using SVNPath would be inconvenient... ;-)

You could consider using one (set of) parent path(s) for restricted
repos and another (set) for less restricted ones?

~ mark c
Received on 2011-03-25 12:38:36 CET

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.