Patrick Rodacker wrote:
>chetanchatwani wrote on 05.06.2007 11:33:
>
>
>
>>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.
>>
>>
>
>try define the full path within the repository. If you have the structure:
>
>root of repository
>-trunk
>--sbm
>---test
>
>you have to specify the path in the autz file as
>
>[/trunk/sbm/test]
>...
>
>Regs
>Patrick
>
>
>
Thanks Patrick, it worked I had to give the path as
[/sbmrepos/trunk/sbm/test]
@sbm-qa = rw
instead of
[/sbm/test]
@sbm-qa = rw
but then one more question then do I need to have entry for tags and
branches also ?
as
[/sbmrepos/tags/sbm/test]
@sbm-qa = rw
[/sbmrepos/branches/sbm/test]
@sbm-qa = rw
Regards,
Chetan
Received on Tue Jun 5 13:02:21 2007