Modify ↓
#1624 closed defect (worksforme)
Preserving user access rights that are set in SVN
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | version control/browser | Version: | 0.8.1 |
Severity: | major | Keywords: | preserving access rights |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
What is the planning for the support of the user access rights that are defined in SVN. I'm using SVN via an Apache webserver and I've set access rights via an authorization-file. This is pretty essential for me. The main reason is that I have multiple projects in a single repository and different people have rights on different projects. Since Trac works on a single repository it's essential for me to preserve these access-rights.
Thanks in advance,
Phillip Gussow
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The SVN authz file is already supported by Trac. See FineGrainedPermissions for configuring Trac to use your file.