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

Per Folder Permissing Issue

From: Thomas Robinson <thomasr_at_gmail.com>
Date: Wed, 1 Oct 2008 09:12:41 -0400

I noticed recently on an SVN server that the following occurred (simplified
example):

On an apache server with integrated windows authentication (
http://myserver/svn/dev/), I have the following permissions:

[/]
Thomas = r

[dev:/]
Thomas =

[dev:/somecode/]
Thomas = r

[dev:/someothercode/]
Thomas =

Then, here is the access I have:

http://myserver/svn/dev/ - Forbidden
 http://myserver/svn/dev/somecode/ - Accessible
http://myserver/svn/dev/someothercode/ - Forbidden

However, when I insert a "." into the right place in the URL, the following
happens:

 http://myserver/svn/dev./ - Accessible
 http://myserver/svn/dev./somecode/ - Accessible
http://myserver/svn/dev./someothercode/ - Accessible

The problem appears to be that when that "." is inserted into the URL, then
the permissions for [/] are used for the entire repository rather than just
the actual folder permissioning. I have verified by removing the permission
for [/], in which case, the right folders are forbidden.

Is this a bug? This issue is both in 1.4.2 and 1.5.
Received on 2008-10-01 17:47:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.