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

SVN access issue

From: chetanchatwani <chetan_at_savvion.com>
Date: 2007-06-05 11:33:37 CEST

Hi,

My SVN repos has module called sbm , I am having 2 groups called sbm-dev and
sbm-qa. I want
to give access to this groups as follow sbm-dev can access entire sbm module
but sbm-qa can access only sbm/test module. For that contents of authz file
as follow :

[/]
@sbm-dev = rw

[groups]
sbm-dev=dev1,dev2
sbm-qa=qa1,qa2

[/sbm/test]
@sbm-qa = rw

But when qa1 user tries to acess the /sbm/test module I am getting following
error :
Error: PROPFIND request failed on '/swa/sbmrepos/trunk/sbm/test/bin'
Error: PROPFIND of '/swa/sbmrepos/trunk/sbm/test/bin': 403 Forbidden
(http://venus)

where /swa is name of the module defined in apache and rest is the path.
Any help to resolve the issue. sbm-dev group is able to access the module
without any error.

Regards,
Chetan

-- 
View this message in context: http://www.nabble.com/SVN-access-issue-tf3870626.html#a10966132
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 5 11:34:05 2007

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.