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

Authorization does not work on repository folders with spaces

From: Derrick Glass <derrickg_at_pinstripeco.com>
Date: 2006-11-21 06:47:36 CET

I would like to grant a group of developers access to one folder in a
repository while denying access to other folders. Intuitively, I'd
expect it to work like this (assuming groups are set up earlier in the
authz file):

 

 [/]

@svn-grp1-dev = rw

 

[repos:/tags/special folder]

@dev-grp2-dev = r

 

However, set up like that, I get:

 

Forbidden

You don't have permission to access <path>

If I use the same pattern on a folder without spaces, it seems to work
as expected.

 

Is this a known issue?

 

Derrick Glass
Received on Tue Nov 21 06:52:28 2006

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.