<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>
转载于:https://blog.51cto.com/lel3390/1872787