Home > linux > SVN Group Policies

SVN Group Policies

August 7th, 2007 rupert

httpd.conf:
++++++++++++++++++++++++++++++++++++++

DAV svn
SVNPath /repos

AuthzSVNAccessFile /repos/svn-authorization-file

AuthType Basic
AuthName “Subversion repository”
AuthUserFile /repos/svn-auth-file
Require valid-user
/repos/svn-authorization-file:
++++++++++++++++++++++++++++++++++++++
[repos:/]
rupert=rw
andrew=rw
tony=rw

[repos:/web/cybersoftjs/trunk]
anonymous=r

[repos:/web/poimgr]
jake=r

Categories: linux Tags:
Comments are closed.