Modify

Opened 15 years ago

Last modified 4 years ago

#5664 new enhancement

Please add support for multiple read/write access of svnauthz file

Reported by: michael.lindig@… 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 10 years ago by Ryan J Ollos

Owner: changed from Kis Gergely to Ryan J Ollos
Status: newassigned

comment:2 Changed 4 years ago by Ryan J Ollos

Status: assignednew

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Ryan J Ollos.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.