Restrict subversion to only allow certain functions
Solution 1:
According to http://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-protocol, you can use svn over HTTPS and limit their allowable access methods in host config to OPTIONS
, PROPFIND
& REPORT
. Haven't got a server to test now, but seems pretty straight forward.