Is hiding access restricted dirs from parent dir's listing possible?
From: Hiroharu Tamaru <tamaru_at_myn.rcast.u-tokyo.ac.jp>
Date: 2004-11-07 20:15:50 CET
Hello.
Is hiding access restricted dirs from parent dir's listing possible?
I run subversion 1.1.1 on FreeBSD with apache2 + mod_dav_svn.
In the apache config, I set every access to this repository require
AuthzSVNAccessFile has something like this:
[/]
[restricted1]
[public1]
[public2]
Now, is it possible to hide the existence of /restricted1 directory
In other words, when user1 runs svn ls http://path_to_repo/ ,
but, when user2 runs the same command, I'd like it to show:
I thought I remember seeing it like this at some time before,
Is it possible to configure things to show the way I wish?
This is my location secion, by the way
-- Hiroharu Tamaru --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Nov 7 20:16:43 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.