Modify

Opened 4 years ago

#5664 new enhancement

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

Reported by: michael.lindig@… Owned by: kisg
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 (0)

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as new .
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from kisg. Next status will be 'new'.
The owner will be changed from kisg to anonymous. Next status will be 'assigned'.
Author


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

 
Note: See TracTickets for help on using tickets.