iF.SVNAdmin icon indicating copy to clipboard operation
iF.SVNAdmin copied to clipboard

Bug with empty group assignment

Open ghost opened this issue 9 years ago • 0 comments

Hello Manuel,

maybe we found a bug, if you want to assign to an existing group a new permission to an access path, it will generate a new line with an empty group if you leave the dropdown menu on "---Group---":

image

The result will be an invalid entry in the access file:

svnauthz-validate: E220003: An authz rule refers to group '@', which is undefined

[repo:/path/path] @groupe123=rw @=rw

It looks like that it is not possible to assign a permission when you have not choosen a group before. But if you click the checkbox before an already assigned group and choose a new permission in the drop down list, the permission of the existing group will be changed, which is good, but it will also create an empty group statement.

Example before assignment: image

kind regards

Lars

ghost avatar Oct 09 '14 08:10 ghost