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

authz + invisible sub-projets for some users

From: ludo toto <ersatx_at_noos.fr>
Date: 2004-04-14 15:38:42 CEST

Config:
a server Subversion 1.0.1 on httpd 2.0.49
tortoise 1.0.3 as client

I configurated standard apache basic auth + mod_authz_svn to make some sub-projects invisible for some users:

here is my authz file:

[/]
userA, userB = rw

[/projectOfUserA]
userA = rw
* =

[/projectOfUserB]
userB = rw
* =

When userA checkout "/", only "/projectOfUserA" is seen, same for userB (with resp. "/projectOfUserB") => fine!

My concern is with navigator or pure webdav client: when I browse "/" userA see both sub-projects (without being able to open the folder though)
How can I prevent this (i.e how can I hide the folders when browsing with navigator or webdav client?)

I suppose it is more or less by design, but wouldn't it be nice to allow this?

note I want to keep the ability for userA to checkout "/" (keeping at least read rights on root to him)

ludo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 14 16:03:25 2004

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.