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

SVN https folder permissions

From: Adrian Marsh <Adrian.Marsh_at_ubiquisys.com>
Date: Sat, 22 Nov 2008 12:51:39 -0000

Hi All,
 
I've just redesigned and implemented some security settings for one of
my main repos, but theres a niggling glitch that I cant see a way
around. Basically how to let people see a list of top-level folders, if
they don't have access to *all* of the folders in the list
Hoping someone here can shed some light.
 
Heres the repos design, as an example
 
https://server/svn/repos/
https://server/svn/repos/folder1
https://server/svn/repos/folder1/file1.txt
https://server/svn/repos/folder2
https://server/svn/repos/ <https://server/svn/repos/folder2/file2.txt>
folder2/file2.txt
 
[repos:/]
 
[repos:/folder1]
bob = rw
 
[report:/folder2]
john = rw
 
Now bob can access folder1 and below (file1.txt), but not folder2, which
is as intended.
However, if he browses to / then he cant see any list of folders (403),
even if he does have access to folder1.
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-22 13:52:10 CET

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.