[[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. 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 First make sure you have [TracPlugins#Requirements installed setuptools]. Then you can install the plugin using the `easy_install` application. For Trac 0.10 with trac:WebAdmin plugin: {{{#!sh easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.10 }}} For Trac 0.11: {{{#!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 }}} == Screenshot [[Image(Clipboard01.png)]] == Author/Contributors '''Author:''' [wiki:Bombenbodo Robert Barsch] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' Ian Jones (0.11 patch)