Modify ↓
Opened 15 years ago
Last modified 5 years ago
#5664 new enhancement
Please add support for multiple read/write access of svnauthz file
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | SvnAuthzAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It would be nice if SvnAuthzAdminPlugin will be written for multiple read/write access of svnauthz file. In our setup we have multiple Trac environments which working on same svnauthz file. in the current version it is possible to get some race conditions for updating svnauthz file. Scenario:
- TracProject1 use the SvnAuthzAdminPlugin to modify the permissions for its project.
- TracProject2 use at same time the SvnAuthzAdminPlugin to modify the permissions.
- If TracProject1 modifies its permissions and uses some button, then this changes will be lost after TracProject2 saves its changes :(
It would be nice if the concurrent acces would be work for different authz_module_name
so that the changes of TracProject2 can be included into changes of TracProject1 if TracProject1 changes will be saved. Race condition for the same authz_module_name
may be occure.
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Owner: | changed from Kis Gergely to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.