sombriks

sample svn over http

Sep 28th, 2011
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. # /etc/httpd/conf.d/subversion.conf
  2. <Location /repo>
  3.     DAV svn
  4.     SVNPath /var/www/svn/repo
  5.     AuthType Basic
  6.     AuthName "simplest repo"
  7.     AuthUserFile /var/www/svn/svn-users
  8.     AuthzSVNAccessFile /var/www/svn/svn-access-control
  9.     Require valid-user
  10. </Location>
Advertisement
Add Comment
Please, Sign In to add comment