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

Re: Trying (failing) to limit access to one user

From: Alan M. Evans <ame1_at_extratech.com>
Date: Wed, 27 Apr 2011 11:09:19 -0700

On Wed, 2011-04-27 at 10:29 -0700, David Brodbeck wrote:

>
>
> That's very peculiar. What do you have set in svnserve.conf?
>
>

I'm using Apache, not svnserve, as I mentioned in my OP.

FWIW, the apache conf file for this repository looks like:

    <Location /repos/ourcompany>
       DAV svn
       SVNPath /srv/svn/repos/ourcompany
       AuthType Basic
       AuthName "OurCompany Projects"
       AuthzSVNAccessFile /srv/svn/paths
       AuthUserFile /srv/svn/ourcompany
       Require valid-user
    </Location>

This is only the latest iteration. I've added and removed many options
trying to get this working.

-Alan
Received on 2011-04-27 20:09:47 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.