Hide Forgot
It would be good if DAV_SVN could support backreferences & env variables in SVNPATH and SVNPARENTPATH options
Please contact Red Hat Support if this is an issue for you in a production deployment.
Created RH support case #01781967
Thanks for opening a ticket, Ondrej. It doesn't look like there's anything implemented upstream like this. Can you explain exactly the kind of config you'd like to get working here? You want a directive something like: SVNPathMatch <regex> <path-to-repos-using-regex-refences> ?
Hi Joe, I think no extra option should be (ideally) necessary. It should basically work the way as described in: https://httpd.apache.org/docs/2.4/sections.html i.e. example: <LocationMatch "^/svn/(?<SVNREPO>[^/]+)"> DAV svn SVNParentPath "/proj/%{env:MATCH_SVNREPO}/svn" .... </LocationMatch> Does it make a sense?