have two roles one with read only one with read/write advanced svn repository access
Added by Terence Mill about 11 years ago
I can't find any clear words how/if repository rights are mapped on read or read/write on repository
- Browse repository
- View changesets
- Commit access
I have the Repositories access control with apache mod dav svn and mod_perl (http://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl) and it looks like that there is way to create different roles, one with reay_only and another with read/write acess, although the apache mod_dav confif offers two sections (one for read another for write).
I want one useer to have a role with read only acess to http://myrepo.org/svn/repo1 and another user with role 2 with read/write acess on http://myrepo.org/svn/repo1. The "PerlAccessHandler Apache::Authn::Redmine::access_handler" shall allow me to check if role has right "Browse repository" which allows ready access and/or "Commit access" which allows read/write directly on my svn repo.
Is it possible.?
How to achive this?
Btw. i don't need different rights on folder level in repo but the whole repo only.
Replies (1)
RE: have two roles one with read only one with read/write advanced svn repository access - Added by Terence Mill about 11 years ago
Actually i found out its not possible with core, but tghere is a patch sleeping for year and still now accepted.