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

Anonymous read

From: Emil Edeholt <emil_at_knmedical.se>
Date: Wed, 03 Sep 2008 11:36:48 +0200

Hi,

I am using svn via apache DAV and I can't seem to get rid of anonymous
read access. I've searched through manuals, google and tried what I can
come up with. Should I make changes in other places then the apache
conf file?

Right now it requires a valid user for commit, but no user for read. How
do I force a valid user for all access?

Now my two repos look like this in my apache2.conf:

<Location /svn/foo1>
        DAV svn
        SVNPath /home/svn/foo1
        AuthType Basic
        AuthName "foo 1"
        AuthUserFile /path/to/pwfile
       Require valid-user
</Location>

<Location /svn/foo2>
        DAV svn
        SVNPath /home/svn/foo2
        AuthType Basic
        AuthName "foo 2"
        AuthUserFile /path/to/pwfile
       Require valid-user
</Location>

Best Regards Emil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-03 16:30:09 CEST

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.