Feature #1309
opensvnauthz editing
70%
Description
a plugin to edit svnauthz information would be compelling.
Files
Updated by Auriel Manolson over 16 years ago
- % Done changed from 0 to 70
Mateo Murphy and I are actively working on a very powerful plugin to manage svn repository permissions incl. full sync to svn authz files.
We are currently testing it in our sandbox environment (so far its working well), and will clean up and contribute the code as a plugin or patch asap.
I would like to assign this issue to Myself or Mateo Murphy but, but our names are not showing in the list.
Updated by Marcel Schulte over 15 years ago
Auriel,
are there any news regarding this issue?
I'm currently implementing Redmine in our environment and would like to see (or better: get) what you and Mateo developed here.
Many thanks in advance!
Regards,
Marcel
Updated by Gilles Pietri over 15 years ago
Marcel Schulte wrote:
Auriel,
are there any news regarding this issue?
I'm currently implementing Redmine in our environment and would like to see (or better: get) what you and Mateo developed here.
Many thanks in advance!
Regards,
Marcel
I would be interested in this feature as well, or at least get some ideas so as to avoid starting from scratch on that ;)
Regards,
Gilou
Updated by Mateo Murphy over 15 years ago
Hi
Apologies for taking so long to get around to this; our svnauthz code is unfortunately pretty coupled to some modifications that we've made to redmine's permissions system that are not relevant to most people, so it would need some refactoring before we can release it. We do plan on doing this within the next month or so, though.
Updated by Enderson Maia about 15 years ago
- File generate_authz.rake generate_authz.rake added
I did a script for generating a svn_authz file based on Repository permission for the user role in the project.
Put it on lib/tasks/
and call it with rake -s redmine:generate_svnauthz RAILS_ENV="production" > /var/svn/access.conf
Updated by Toshi MARUYAMA over 13 years ago
- Category changed from SCM to SCM extra