219,220c219
< # Listen 80
< Listen 8000
---
> Listen 80
276d274
< LoadModule dav_svn_module modules/mod_dav_svn.so
364d361
<     Deny from all
374a372,405
> # This should be changed to whatever you set DocumentRoot to.
> #
> <Directory "/opt/local/apache2/htdocs">
> 
> #
> # Possible values for the Options directive are "None", "All",
> # or any combination of:
> #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
> #
> # Note that "MultiViews" must be named *explicitly* --- "Options All"
> # doesn't give it to you.
> #
> # The Options directive is both complicated and important.  Please see
> # http://httpd.apache.org/docs-2.0/mod/core.html#options
> # for more information.
> #
>     Options Indexes FollowSymLinks
> 
> #
> # AllowOverride controls what directives may be placed in .htaccess files.
> # It can be "All", "None", or any combination of the keywords:
> #   Options FileInfo AuthConfig Limit
> #
>     AllowOverride None
> 
> #
> # Controls who can get stuff from this server.
> #
>     Order allow,deny
>     Allow from all
> 
> </Directory>
> 
> #
1056,1065d1086
< 
< <Location /svn>
<   allow from all
<   DAV svn
<   SVNPath /svn/master
<   AuthType Basic
<   AuthName "Subversion Repository"
<   AuthUserFile /svn/master-auth
<   Require valid-user
< </Location>
