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

Hiding nodes.

From: Sean Bates <seanmbates_at_gmail.com>
Date: 2007-03-26 19:04:14 CEST

I am trying to hide a node in a repo using "* =" and then trying to override
with "joe, bob, john=rw" to grant access to those that should see it.
Unfortunately this doesn't work. Is there a way to hide a node (directory)
from all users except a few specific people.

We are using Apache 2.0.54 and SVN 1.4.0 using SSPI 1.0.1. Here's the
contents of the httpd.conf file

<Location /svn-repositories>
    DAV svn
    SVNParentPath C:\SVN\svn-repositories
    AuthType SSPI
    AuthName "My SVN Repository"
    AuthzSVNAccessFile svnaccessfile

   # For any operations other than these, require an authenticated user.
    <LimitExcept GET PROPFIND OPTIONS REPORT>
      Require valid-user
    </LimitExcept>

    SSPIAuth On
    SSPIAuthoritative On
    SSPIDomain myDomain
    SSPIOfferBasic On
</Location>

My svnaccessfile looks like this

[Data:/]
* =
joe, bob, john = rw

Thanks in advance for any help you can provide.
Received on Mon Mar 26 20:27:37 2007

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.