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

Re: Hiding nodes.

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-03-26 23:22:11 CEST

On 3/26/07, Sean Bates <seanmbates@gmail.com> wrote:
>
> 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.
>
>
I think you are running into the exact problem described in this blog post:

http://blogs.open.collab.net/svn/2007/03/authz_and_anon_.html

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on Mon Mar 26 23:22:36 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.