Does subversion support path access restrictions via the /conf/authz file? I recently setup a svn server with svn+ssh, but all path restrictions are ignored.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
----- 01000111 01101111 00100000 01000011 00100000 00100001
looks cool, but a bit overkill for what i need right now. i'm guessing that software is not using ssh tunneling. i'll probably ditch that for the standard web_dav mode.
the password (passwd) and authorization (authz) files are only used by svnserve . once i ran svnserve as a daemon and accessed via: svn://, the permission files were respected.
we need to control read access permission based on users so pre-commit wouldn't work for that.