RE: SVN Path Authorization
From: Ramesh Nadupalli <nadupalliramesh_at_gmail.com>
Date: Wed, 1 Dec 2010 23:16:36 -0500
What are the other characters supported in the apache authorization file
In case if there are any human errors in the authorization file, its making
For ex: without having a group, granting access to a directory will break
Thanks
Ramesh
From: Engebakken Geir [mailto:geir.engebakken_at_edb.com]
I had the same problem when I set up SVN1.5.x (way back then). Could not
[repo:/]
@admin = rw
*=r
[repo:/projects/Project1/subProject1]
@project1_subproject1Developers = rw
~project1_subproject1Developers =
The ~ is a negation, meaning "all users not in the group"
Geir
Note : All inquiries regarding Subversion, MKS and general Development
From: Joseph Isenberg [mailto:jisenberg_at_gmail.com]
Can I set up an AuthZSVNAccessFile that doesn't allow read to the root, but
[repo:/]
@admin = rw
[repo:/projects/Project1]
@project1_admin = rw
[repo:/projects/Project1/subProject1]
@project1_subproject1Developers = rw
I would then give the devs the url to the subproject and they could check
Thanks for any help.
Joseph Isenberg
|
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.