wiki:TracSvnAuthzPlugin

Version 1 (modified by Robert Barsch, 17 years ago) (diff)

New hack TracSvnAuthzPlugin, created by Bombenbodo

Web interface to edit subversion authorization (authz) files

Description

This 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.

Bugs/Feature Requests

Existing bugs and feature requests for TracSvnAuthzPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracsvnauthzplugin here].

Source

You can check out TracSvnAuthzPlugin from here using Subversion, or browse the source with Trac.

Example

First make sure you've installed setuptools.

Then you can install the plugin using the easy_install application.

Note: Windows users will need to add easy_install to their PATH.

For Trac 0.10:

Install the trac:WebAdmin plugin.

Then install this plugin:

easy_install http://trac-hacks.org/svn/tracsvnauthzplugin/0.10

Recent Changes

18015 by rjollos on 2021-02-26 19:27:44
1.4.0.0: Convert template to Jinja2

Patch by y-nobu.

Refs #13964.

16127 by rjollos on 2016-12-21 03:16:05
1.2.0.0dev: Add license text and headers
16126 by rjollos on 2016-12-20 21:06:44

1.2.0.0dev: Support Trac 1.2+

  • authz_file option moved from [trac] to [svn] section in Trac 1.2, and is relative to the environment conf directory
  • Support TracFineGrainedPermissions
  • Move admin panel to Version Control section of Trac WebAdmin
  • Authz file edit box is full-width
  • Use Trac styling for link to SVN book
  • Conform to PEP8
(more)

Author/Contributors

Author: Bombenbodo
Contributors:

Attachments (1)

Download all attachments as: .zip