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

Group contain problem in authz

From: »ÆÀÚ <raymond.huang_at_musjoy.com>
Date: Mon, 7 May 2018 18:16:28 +0800

To whom it may concern,

We meet a problem while upgrade the SVN server from 1.9 to 1.10. In the file 'authz', it seems not support for group to contain other group.

I can give a simple example.
In the 'authz' file:

[groups]
GuserA = userA
GuserB = userB
GroupA = @GuserA, @GuserB

[/]
@GroupA = rw
*=

In this way, the 'userA' can access the repository while ¡®userB¡¯ can¡¯t. And if i change it like this:

[groups]
GuserA = userA
GuserB = userB
GroupA = @GuserB, @GuserA

[/]
@GroupA = rw
*=

Only the 'userB' can access. It seems a group can only contain one group when it first appears. Even i change the group to 'GroupA = @GuserB, userA, @GuserA', the 'userA' still can¡¯t access. It only gets error '170001¡¯.

I hope this problem can be fixed, so we can do this upgrade. Thanks.

Best Regards

Raymond H
Email: raymond.huang_at_musjoy.com
Tel: 17092615319
Musjoy
Received on 2018-05-07 12:20:44 CEST

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.