Changes between Version 3 and Version 4 of TracSvnAuthzPlugin


Ignore:
Timestamp:
Feb 6, 2008, 5:44:06 AM (16 years ago)
Author:
Robert Barsch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnAuthzPlugin

    v3 v4  
    33== Description ==
    44
    5 This plugin offers a simple web interface to edit the subversion authz files via the trac:WebAdmin panel. This makes only sense if the web server has write access to the subversion repository.
     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.
    66
    77== Bugs/Feature Requests ==
    88
    99Existing bugs and feature requests for TracSvnAuthzPlugin are
    10 [report:9?COMPONENT=TracSvnAuthzPlugin here].
     10[http://svn.geophysik.uni-muenchen.de/trac/tracmods/report/1 here].
    1111
    1212If you have any issues, create a
    13 [http://trac-hacks.org/newticket?component=TracSvnAuthzPlugin&owner=Bombenbodo new ticket].
    14 
    15 == Download ==
    16 
    17 Download the zipped source from [download:tracsvnauthzplugin here].
     13[http://svn.geophysik.uni-muenchen.de/trac/tracmods/newticket?component=TracSVNAuthzPlugin new ticket].
    1814
    1915== Install ==
    2016
    2117First make sure you've [trac:wiki:TracPlugins#Requirements installed setuptools].
    22 
    2318Then you can install the plugin using the `easy_install` application.
    2419
    25 '''Note:''' Windows users will need to [http://peak.telecommunity.com/DevCenter/EasyInstall#windows-notes add easy_install to their PATH].
    26 
    27 For Trac 0.10:
    28 
    29 Install the trac:WebAdmin plugin.
    30 
    31 Then install this plugin:
     20For Trac 0.10 with trac:WebAdmin plugin:
    3221{{{
    33 easy_install http://trac-hacks.org/svn/tracsvnauthzplugin/0.10
     22easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.10
    3423}}}
    3524
     25For Trac 0.11:
     26{{{
     27easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11
     28}}}
     29
     30Enable TracSVNAuthzPlugin in the admin panel.
    3631
    3732== Source ==
    3833
    39 You can check out TracSvnAuthzPlugin from [http://trac-hacks.org/svn/tracsvnauthzplugin here] using Subversion, or [source:tracsvnauthzplugin browse the source] with Trac.
    40 
    41 == Example ==
    42 
    43 Enable plugin via trac:WebAdmin
     34You 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].
    4435
    4536== Screenshot ==
     
    4738[[Image(Clipboard01.png)]]
    4839
    49 
    50 == Recent Changes ==
    51 
    52 [[ChangeLog(tracsvnauthzplugin, 3)]]
    53 
    5440== Author/Contributors ==
    5541
    56 '''Author:''' [wiki:Bombenbodo] [[BR]]
    57 '''Contributors:'''
     42'''Author:''' [wiki:Bombenbodo Robert Barsch] [[BR]]
     43'''Contributors:''' Ian Jones (0.11 patch)