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

Re: mod_dav_dvn+SVNParentPath with non-repo subdirs

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Sun, 22 Sep 2019 13:23:36 +0200

Guten Tag Branko Čibej,
am Samstag, 21. September 2019 um 19:53 schrieben Sie:

> Basically it's as likely as someone contributing a patch for that. Note
> that this may not be trivial due to backwards-compatibility concerns,
> not only about how repositories are found on disk but also (as Daniel
> mentioned) how their names are used in path-based authz rules.

Thanks Daniel and Branko for clarifying this, saves me from retesting
things. :-) Sadly I'm not able to provide a patch, so would only like
to mention that the problem regarding authz-files is worked around by
"AuthzSVNReposRelativeAccessFile" in my setup. This way I simply don't
have repo names in that file and if a new feature like "SVNRoot" is
designed anyway, this might make things easier to start with.

> <Location "/svn/Src/DocBeam/Clients">
> DAV svn
> SVNParentPath "/home/ams_svn_repos/Src/DocBeam/Clients"
> SVNListParentPath On
> SVNAdvertiseV2Protocol Off
> AuthzSVNReposRelativeAccessFile authz
> </Location>
>
> <LocationMatch "^/svn/Src/DocBeam/Clients/[^/]+">
> AuthName "ams_svn_repos/Src/DocBeam/Clients"
> AuthType Basic
> PerlAuthenHandler HttpdAuthnHandler
> Require valid-user
> </LocationMatch>

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail: Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2019-09-22 13:23:44 CEST

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.