Skip to content

Instantly share code, notes, and snippets.

@mughilanand
Created November 6, 2013 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mughilanand/7336587 to your computer and use it in GitHub Desktop.
Save mughilanand/7336587 to your computer and use it in GitHub Desktop.
Sample apache configuration for svn
<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