I need to give read/write access for a user to an exactly one repository.
Why this doesn't work?
[groups]
dev = dvolosnykh,sam
[/ukk]
ukk = rw
[/]
@dev = rw
Why should I add this?
[/]
@dev = rw
* = r # read access for everyone. Why?
I'm using dav_svn, apache2, Linux Ubuntu server 11.04
My dav_svn.conf:
<Location /svn>
DAV svn
SVNParentPath /var/svn
SVNListParentPath On
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/apache2/dav_svn.passwd
AuthzSVNAccessFile /etc/apache2/dav_svn.authz
Require valid-user
</Location>
Well, you can (and really have) to have for your case perfectly valid dav_svn.authz file
Re-read authz-file format^ section-name is path, left side of access operand is object (user or group), right side is access-type, there empty is NONE