Changes between Version 10 and Version 11 of TracSvnAuthzPlugin


Ignore:
Timestamp:
Jul 28, 2010, 8:51:54 AM (14 years ago)
Author:
Mario
Comment:

undo delete

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnAuthzPlugin

    v10 v11  
     1= Web interface to edit subversion authorization (authz) files =
     2
     3== Description ==
     4
     5This 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.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracSvnAuthzPlugin are
     10[http://svn.geophysik.uni-muenchen.de/trac/tracmods/report/1 here].
     11
     12If you have any issues, create a
     13[http://svn.geophysik.uni-muenchen.de/trac/tracmods/newticket?component=TracSVNAuthzPlugin new ticket].
     14
     15== Install ==
     16
     17First make sure you've [trac:wiki:TracPlugins#Requirements installed setuptools].
     18Then you can install the plugin using the `easy_install` application.
     19
     20For Trac 0.10 with trac:WebAdmin plugin:
     21{{{
     22easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.10
     23}}}
     24
     25For Trac 0.11:
     26{{{
     27easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11
     28}}}
     29
     30Enable TracSVNAuthzPlugin plugin via trac.ini.
     31{{{
     32[components]
     33svnauthz.svnauthz.svnauthzplugin = enabled
     34
     35[trac]
     36authz_file = /opt/svn/.authz
     37}}}
     38
     39== Source ==
     40
     41You 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].
     42
     43== Screenshot ==
     44
     45[[Image(Clipboard01.png)]]
     46
     47== Author/Contributors ==
     48
     49'''Author:''' [wiki:Bombenbodo Robert Barsch] [[BR]]
     50'''Contributors:''' Ian Jones (0.11 patch)