[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: read-only repository view

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Tue, 23 Mar 2010 23:58:12 +0300

2010/3/23 Eric Dalquist <eric.dalquist_at_doit.wisc.edu>:
> We would like to have a version of our SVN repository available read-only
> over HTTP.

I have not tried, but I think you can do the following:

...
<LimitExcept GET PROPFIND OPTIONS REPORT>
     Order Deny,Allow
     Deny from all
</LimitExcept>

If you are providing access both by HTTP and HTTPS it might be a bad
idea to even ask for credentials on HTTP, because if Basic auth is
used the credentials are transmitted in plain text.

Probably there are also another ways to limit allowed verbs to the
above four, e.g. using SetEnvIf. That configuration snippet is just
what came to mind.

Best regards,
Konstantin Kolinko
Received on 2010-03-23 21:58:39 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.