RE: SVN Path Authorization
From: Engebakken Geir <geir.engebakken_at_edb.com>
Date: Tue, 30 Nov 2010 15:19:13 +0100
I had the same problem when I set up SVN1.5.x (way back then). Could not get arounf the fact that users needed R-access to root of repos, so I ended up with something like the following to prevent users from having R-access to entire repos.:
[repo:/]
[repo:/projects/Project1/subProject1]
The ~ is a negation, meaning "all users not in the group"
Geir
Note : All inquiries regarding Subversion, MKS and general Development servers should be directed to "EDB SourceControl System"
From: Joseph Isenberg [mailto:jisenberg_at_gmail.com]
Can I set up an AuthZSVNAccessFile that doesn't allow read to the root, but does allow read an read/write to sub-paths. I want something like this:
[repo:/]
[repo:/projects/Project1]
[repo:/projects/Project1/subProject1]
I would then give the devs the url to the subproject and they could check that out. I'm pretty sure I've done something like this in the past, but now it won't let me check out unless I have read access to the parent paths.
Thanks for any help.
|
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.