Open
Description
Is your feature request related to a problem? Please describe.
Adding new users to many repos is time consuming.
Describe the solution you'd like
command "svradmin -grant [+r|+w|+a] *" should add user to all repos, "svradmin -grant [+r|+w|+a] foo*" should add user to all repos starting with "foo", etc...
Describe alternatives you've considered
The alternative is writing an external script.