[[PageOutline(2-5,Contents,pullout)]] = Web interface to edit Subversion authorization (authz) files == Description This plugin offers a simple web interface to edit the Subversion authz files via an administration page. This makes only sense if the web server has write access to the Subversion repository. [[Image(Clipboard01.png)]] See also SvnAuthzAdminPlugin for a GUI-Editor to this information. == Bugs/Feature Requests Existing bugs and feature requests for TracSvnAuthzPlugin are [http://svn.geophysik.uni-muenchen.de/trac/tracmods/report/1 here]. If you have any issues, create a [http://svn.geophysik.uni-muenchen.de/trac/tracmods/newticket?component=TracSVNAuthzPlugin new ticket]. == Source You can check out the latest version of TracSvnAuthzPlugin from [https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 here] using Subversion, or [http://svn.geophysik.uni-muenchen.de/trac/tracmods/browser/tracsvnauthzplugin/0.11 browse the source]. == Installation You can install this plugin using the `easy_install` application. {{{#!sh easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11 }}} Enable TracSVNAuthzPlugin plugin by adding the following lines to your `trac.ini` file: {{{#!ini [components] svnauthz.svnauthz.svnauthzplugin = enabled [trac] authz_file = /opt/svn/.authz }}} == Author/Contributors '''Author:''' [wiki:Bombenbodo Robert Barsch] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' Ian Jones (0.11 patch)