wiki:TracSvnAuthzPlugin

Version 18 (modified by Ryan J Ollos, 7 years ago) (diff)

Option moved in Trac 1.2.

Web interface to edit Subversion authorization (authz) files

Description

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.

No image "Clipboard01.png" attached to TracSvnAuthzPlugin

See also SvnAuthzAdminPlugin for a GUI-Editor to this information.

Bugs/Feature Requests

Existing bugs and feature requests for TracSvnAuthzPlugin are here.

If you have any issues, create a new ticket.

Source

You can check out the latest version of TracSvnAuthzPlugin from here using Subversion, or browse the source.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Enable TracSVNAuthzPlugin plugin by adding the following lines to your trac.ini file:

[components]
svnauthz.svnauthz.svnauthzplugin = enabled

# Trac >= 1.2
[svn]
authz_file = /opt/svn/.authz

# Trac < 1.2
[trac]
authz_file = /opt/svn/.authz

Author/Contributors

Author: Robert Barsch
Maintainer: Robert Barsch
Contributors: Ian Jones (0.11 patch)

Attachments (1)

Download all attachments as: .zip