Created
November 6, 2013 14:06
-
-
Save mughilanand/7336587 to your computer and use it in GitHub Desktop.
Sample apache configuration for svn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Location /svn> | |
DAV svn | |
SVNListParentPath On | |
SVNParentPath /var/svnproject | |
AuthzSVNAccessFile /var/svnproject/svn-access-file | |
AuthType Basic | |
AuthName "Subversion repository" | |
AuthUserFile /var/svnproject/svn-auth-file | |
Require valid-user | |
LimitXMLRequestBody 0 | |
LimitRequestBody 0 | |
</Location> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment