Changes between Version 17 and Version 18 of TracSvnAuthzPlugin


Ignore:
Timestamp:
Dec 20, 2016, 9:09:39 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Option moved in Trac 1.2.

Legend:

Unmodified
Added
Removed
Modified
  • TracSvnAuthzPlugin

    v17 v18  
    2525== Installation
    2626
    27 You can install this plugin using the `easy_install` application.
    28 
    29 {{{#!sh
    30 easy_install https://svn.geophysik.uni-muenchen.de/svn/tracmods/tracsvnauthzplugin/0.11
    31 }}}
     27General instructions on installing Trac plugins can be found on the
     28[TracPlugins#InstallingaTracplugin TracPlugins] page.
    3229
    3330Enable TracSVNAuthzPlugin plugin by adding the following lines to your `trac.ini` file:
     
    3633svnauthz.svnauthz.svnauthzplugin = enabled
    3734
     35# Trac >= 1.2
     36[svn]
     37authz_file = /opt/svn/.authz
     38
     39# Trac < 1.2
    3840[trac]
    3941authz_file = /opt/svn/.authz