Ticket #170 (closed developer task: worksforme)
modify svn access groups
| Reported by: | philipp | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ServerSetup | Keywords: | release management |
| Cc: |
Description (last modified by philipp) (diff)
To move to the new ReleaseManagement there are some major changes on svn configuration needed:
(not sure if one can automatically include one group into another as 'all senior developers are automatically in developers as well')
While doing this we should get rid of the 'hcvol' repository and rename it to 'bwrox'
The svn access groups have to be rearragned like following:
- public (anonymous access without password)
- developer (standard developer with limited commit access, includes senior-developers)
- old programmers, playboy, layout
- senior-developer (full commit access)
- old layout_coordinators, programmers_coordinators
- admin (server admins) (same as old, includes master_of_universe)
- master_of_universe (svn admin) (same as old)
- noaccess (same as old)
we can't keep the restriction on the admin tools as everybody can create a new branch.
[playground:/] @noaccess = @public = r @developer = rw @admin = rw [develstuff:] @noaccess = @public = r @developer = rw @admin = rw (old hcvol) (we need public readable root to sync with launchpad) [BWrox:/] robot = r @noaccess = @public = r @developer = r @admin = rw [bwrox:/trunk] @noaccess = @public = r @developer = rw @admin = rw (developers need rw to be able to create/delete branches) [bwrox:/branches] @developers = rw [bwrox:/branches/alpha] @developers = r @senior-developers = rw [bwrox:/branches/production] @developers = r @senior-developers = rw [bwrox:/branches/old] @developers = r @senior-developers = rw [bwrox:/tags] @senior-developers = rw [etc:/] @developer=rw @admin = rw
Change History
comment:1 Changed 4 years ago by philipp
- Keywords release management added
- Component changed from BV Forum to ServerSetup
Note: See
TracTickets for help on using
tickets.


