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

Re: anonymous read-only

From: richard hornsby <richardjhornsby_at_gmail.com>
Date: Thu, 24 Jan 2008 13:10:58 -0500

Not only possible, but common. I'm running apache2+dav_svn. In my
/etc/apache2/mods-enabled/dav_svn.conf to my <Location> block, I
added:

  <LimitExcept GET PROPFIND OPTIONS REPORT>
    Require valid-user
  </LimitExcept>

This bit is ripped verbatim from an example somewhere - most likely
the svn book, here:
http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz

The remainder of the auth configuration in that block is as easy as
any other .htaccess (Basic Auth) style configuration. Check out that
section as well as the parent section

http://svnbook.red-bean.com/en/1.4/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn

HTH,
-rj

On Jan 24, 2008 3:49 AM, Chantal Rosmuller <chantal_at_antenna.nl> wrote:
> Hi,
>
> I'm looking for a way to allow anonymous users to browse the repository and
> logged in users to have full control, preferably with apache authentication.
> Is this possible?
>
> regards Chantal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-24 19:11:20 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.