Path-based authorization ignores most specific path
From: <all-lists_at_stefan-klinger.de>
Date: Sun, 12 Apr 2015 12:46:58 +0200
Hello!
--Summary--
Path-based authorization seems to not work as documented
Version: server=1.6.17, client=1.8.8 or 1.8.13
Might be a reincarnation of (closed?) Issue 3242:
http://svn.haxx.se/users/archive-2010-01/0124.shtml
--Description--
The documentation says (for all versions since 1.5):
The thing to remember is that the most specific path always
I'm having the following lines concerning repository `proj` in my
Current access file contains:
[groups]
[proj:/]
[proj:/pub]
[proj:/eval]
[proj:/group]
[proj:/group/foo]
The problem is:
* I can *NOT* `svn co https://...proj/pub` without authentification.
As expected, though:
* I can read `https://...proj/pub` in a web browser without
* I can `svn export https://...proj/pub` without authentification.
This has been working until recently, probably with SVN 1.4.x on the
Is ist a known issue? How can I fix it?
Thanks for helping!
Regards
-- http://stefan-klinger.de o/X /\/ \Received on 2015-04-12 12:49:57 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.