How to configure SVN access list for directory/repository ?
Posted
by abatishchev
on Stack Overflow
See other posts from Stack Overflow
or by abatishchev
Published on 2010-05-31T12:16:28Z
Indexed on
2010/05/31
12:23 UTC
Read the original article
Hit count: 249
I have next SVN repositories structure running Apache 2.2 under Windows Server 2008:
http://example.com/svn/ is targeted to e:\svn
(root)
http://example.com/svn/dir/ is targeted to e:\svn\dir
(some directory with a number of repositories)
http://example.com/svn/dir/repo/ is targeted to e:\svn\dir\repo
(a repository itself)
How to access list so group @foo
had rw
access to repo
?
I have next access list:
[groups]
@foo = user1, user2
[/]
* = r
[dir/repo:/]
@foo = rw
The last string doesn't work in any combination I tried
© Stack Overflow or respective owner