Svnauthz File Administration Plugin
Description
This plugin registers a module into the WebAdmin to allow the configuration of the svnauthz file from the web inferface. It uses the AccountManager plugin to present the list of users.
The development of this plugin was sponsored by EU Edge LLC. See also TracSvnAuthzPlugin for editing the file without GUI.
Bugs/Feature Requests
Existing bugs and feature requests for SvnAuthzAdminPlugin are here.
If you have any issues, create a new ticket.
Install, Download and Source
For installation, refer to TracPlugins. Download the zipped source, check out here using Subversion, or browse the source with Trac.
Example
It uses the authz_file setting from the [trac] section of trac.ini to find the svnauthz file. You may also set the authz_module_name in trac.ini should be left empty (this means you have to specify the complete path from the root of the filesystem). There is also an option to show all authz_module_names contained in the autz-file.
[components] svnauthz.* = enabled [svnauthzadmin] show_all_repos = true
parameter in the components part of the trac.ini The following screenshot shows the plugin in action:
Recent Changes
[6344] by ThurnerRupert on 08/07/09 17:06:11
return something iteratable to avoid none check, fix #4876.
[6343] by ThurnerRupert on 08/07/09 14:42:14
remove print statements to shut up mod_wsgi, fix #4432.
[6342] by ThurnerRupert on 08/07/09 13:24:49
allow multiple repository editing also for 0.11 see #2341, fix #4856
[5405] by ThurnerRupert on 03/25/09 23:18:47
SvnAuSvnAuthzAdminPlugin?, fix #2612, by applying revisedPatch.2.diff
Author/Contributors
Author: kisg
Contributors:
Attachments
- svnauthz_admin.jpg (75.1 kB) -
Screenshot of SvnAuthzAdminPlugin
, added by kisg on 07/10/07 14:55:57. - svnauthz_0.1.1.patch (2.1 kB) -
patch for svnauthz to use in Trac v0.11
, added by formalin14 on 07/04/08 14:12:19.


