View Ticket
Not logged in
Ticket UUID: 7c88d109236f329cd67eb6dcbe386b2f036bc42b
Title: Define branch access rules per user
Status: Open Type: Feature_Request
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2009-09-09 20:06:39
Version Found In:
Description & Comments:
It would be nice to have an branch access definition per user, might be as simple as a optional value for the pull and push security, a commaseperated list of branches names for pull and push. such as:
  • * matches all branches
  • ! excludes a branch
  • <branchname> includes a branch explicit

examples:

"" Would not define any branch access rules
"*,!secret" Would give access to all branches except for branch secret

/Henrik