<Location /svn/>
DAV svn
#SVNPath /home/svn/
SVNParentPath /home/svn/
SVNListParentPath on
AuthType Basic
AuthName "svn for lel3390"
AuthUserFile /home/svn/passwd
AuthzSVNAccessFile /home/svn/authz
Order Allow,Deny
Allow from all
Require valid-user
</Location>
原文:http://lel3390.blog.51cto.com/9161027/1872787