2010/3/23 Eric Dalquist <eric.dalqu...@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