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