On Thu, May 7, 2009 at 2:04 PM, stevenh77 <stevenholli...@googlemail.com> wrote:
>  # require valid-user
>
>  SVNPathAuthz off
> </Location>
>
> which works great, until Visual SVN rebuilds the file and I lose my
> change.
>
> To be fair, the comment in the file does point to this happening :)
>
> # DO NOT EDIT THIS FILE IT WILL BE REGENERATED AUTOMATICALLY BY
> VISUALSVN SERVER
>
> So my question is, how do I ensure this change gets persisted?
Please use C:\Program Files\VisualSVN Server\conf\httpd-custom.conf
file to tweak Apache config. For example add following lines to
httpd-custom.conf file:
<Location /svn/>
SVNPathAuthz off
</Location>

Also please note that Windows Authentication significantly improved in
VisualSVN Server 1.7.1. Please upgrade if you are using older version.

-- 
Ivan Zhakov
VisualSVN Team

Reply via email to