svn配置

 

svn配置


subverson.conf

 1 <Location /svn>

 2  DAV svn  3  SVNListParentPath on  4  SVNParentPath /var/repo  5  AuthType Basic  6  AuthName "Authorization Realm"  7  AuthUserFile /path/to/passwdfile  8  AuthzSVNAccessFile /path/to/authzfile  9  Require valid-user 10 </Location>

11 

12 RedirectMatch ^(svn)$  $1/

 

你可能感兴趣的:(SVN)