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

Subversion Server: Read Access for Everybody; Write Access Restructed and only by SSL

From: <shlomif_at_vipe.technion.ac.il>
Date: 2003-01-22 07:47:09 CET

I'd like to setup a public mod_dav_svn Subversion repository, where
everybody can read and checkout file from, but only a restricted number of
people can write to it and they can only do it over SSL. (i.e: normal
unencrypted HTTP authentication will be rejected). Here what I have so
far:

Location /svn/repos1
        DAV svn
        SVNPath /home/shlomif/var/svn/repos1
        AuthType Basic
        AuthName Subversion repository
        AuthUserFile /home/shlomif/apps/apache2/passwd/subversion
        LimitExcept GET PROPFIND OPTIONS REPORT
                Require valid-user
                SSLRequireSSL
        /LimitExcept
/Location

Location /svn/repos1
        Limit GET PROPFIND OPTIONS REPORT
        /Limit
/Location

But this limits all connection to SSL, and completely rejects read HTTP
connections.

TIA,

        Shlomi Fish

----------------------------------------------------------------------
Shlomi Fish shlomif@vipe.technion.ac.il
Home Page: http://t2.technion.ac.il/~shlomif/

He who re-invents the wheel, understands much better how a wheel works.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:05:56 2006

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

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