Contents
Web interface to edit Subversion authorization (authz) files
Description
This plugin offers a web interface to manually edit the Subversion authz file via an administration page:
This feauture can only be used if the web server has write access to the authz file.
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.
| defect |
7 / 7 |
|---|
Download
Download the zipped source from here.
Source
You can check out TracSvnAuthzPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Enable this plugin by adding the following lines to your trac.ini file:
[components] svnauthz.* = enabled
Configuration
Configure the path to the authz file in your trac.ini file. In Trac 1.2 and later a non-absolute path is resolved relative to the Environment conf directory.
# Trac >= 1.2 [svn] authz_file = /opt/svn/.authz # Trac < 1.2 [trac] authz_file = /opt/svn/.authz
Recent Changes
- 18725 by jun66j5 on 2026-03-06 22:23:08
-
1.4.0.0dev: Eneble universal wheel option
- 18724 by jun66j5 on 2026-03-06 22:10:47
-
1.4.0.0dev: Make compatible with Trac 1.6 and Python 3 (closes #14395)
Initial patch by anonymous.
- 18723 by jun66j5 on 2026-03-06 22:09:04
-
1.4.0.0dev: Prepare for development
(more)
Author/Contributors
Author: Robert Barsch
Maintainer: Robert Barsch
Contributors: Ian Jones (0.11 patch)
Attachments (1)
-
TracSvnAuthzPlugin-screen.png (34.5 KB) - added by 9 years ago.
TracSvnAuthzPlugin administration screen
Download all attachments as: .zip



