Fossil SCM
Define branch access rules per user
Closed
7c88d109236f329…
· opened 16 years, 7 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Minor
- Resolution
- Not_A_Bug
- Subsystem
- —
- Created
- Sept. 9, 2009 8:06 p.m.
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 * includes a branch explicit
examples:
"" Would not define any branch access rules
"*,!secret" Would give access to all branches except for branch secret
/Henrik