Changes between Version 9 and Version 10 of TracSvnAuthzPlugin


Ignore:
Timestamp:
Jul 28, 2010, 4:50:26 AM (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnAuthzPlugin

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