[[PageOutline(2-5,Contents,pullout)]] = Web interface to edit Subversion authorization (authz) files == Description This plugin offers a web interface to manually edit the Subversion authz file via an administration page: [[Image(TracSvnAuthzPlugin-screen.png, border=2)]] This feauture can only be used if the web server has write access to the authz file. See also SvnAuthzAdminPlugin for a GUI-Editor to this information. == Bugs/Feature Requests Existing bugs and feature requests for TracSvnAuthzPlugin are [report:9?COMPONENT=TracSvnAuthzPlugin here]. If you have any issues, create a [/newticket?component=TracSvnAuthzPlugin new ticket]. [[TicketQuery(component=TracSvnAuthzPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracsvnauthzplugin here]. == Source You can check out TracSvnAuthzPlugin from [/svn/tracsvnauthzplugin here] using Subversion, or [source:tracsvnauthzplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. Enable this plugin by adding the following lines to your `trac.ini` file: {{{#!ini [components] svnauthz.* = enabled }}} == Configuration Configure the path to the authz file in your `trac.ini` file. In Trac 1.2 and later a non-absolute path is resolved relative to the Environment `conf` directory. {{{#!ini # Trac >= 1.2 [svn] authz_file = /opt/svn/.authz # Trac < 1.2 [trac] authz_file = /opt/svn/.authz }}} == Recent Changes [[ChangeLog(tracsvnauthzplugin, 3)]] == Author/Contributors '''Author:''' [wiki:Bombenbodo Robert Barsch] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' Ian Jones (0.11 patch)