Changes between Initial Version and Version 1 of TracSvnAuthzPlugin


Ignore:
Timestamp:
Jul 9, 2007, 10:37:21 PM (17 years ago)
Author:
Robert Barsch
Comment:

New hack TracSvnAuthzPlugin, created by Bombenbodo

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnAuthzPlugin

    v1 v1  
     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 the trac:WebAdmin panel. This makes only sence if the web server has write access to the subversion repository.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracSvnAuthzPlugin are
     10[report:9?COMPONENT=TracSvnAuthzPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TracSvnAuthzPlugin&owner=Bombenbodo new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:tracsvnauthzplugin here].
     18
     19== Source ==
     20
     21You can check out TracSvnAuthzPlugin from [http://trac-hacks.org/svn/tracsvnauthzplugin here] using Subversion, or [source:tracsvnauthzplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25First make sure you've [trac:wiki:TracPlugins#Requirements installed setuptools].
     26
     27Then you can install the plugin using the `easy_install` application.
     28
     29'''Note:''' Windows users will need to [http://peak.telecommunity.com/DevCenter/EasyInstall#windows-notes add easy_install to their PATH].
     30
     31For Trac 0.10:
     32
     33Install the trac:WebAdmin plugin.
     34
     35Then install this plugin:
     36{{{
     37easy_install http://trac-hacks.org/svn/tracsvnauthzplugin/0.10
     38}}}
     39
     40
     41== Recent Changes ==
     42
     43[[ChangeLog(tracsvnauthzplugin, 3)]]
     44
     45== Author/Contributors ==
     46
     47'''Author:''' [wiki:Bombenbodo] [[BR]]
     48'''Contributors:'''