Contents
Manage Subversion files from within the Trac browser
Description
This plugin allows you to use TracBrowser to upload files, move/delete folders or files and create folders within the Subversion repository. It is a lightweight interface that doesn't require client side software other than a web browser with Javascript. The operations are limited, it is not a replacement for the Subversion client and a checkout.
The plugin depends on ContextMenuPlugin to provide user interface elements.
Bugs/Feature Requests
Existing bugs and feature requests for BrowserSvnOperationsPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out BrowserSvnOperationsPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
To enable the plugin add the following to your trac.ini
file:
[components] trac_browser_svn_ops.* = enabled
Recent Changes
- 15409 by rjollos on 2016-03-06 21:23:01
-
0.2: Fix installation problem
- ContextMenuPlugin should be implicitly installed
- Require Trac >= 0.12
- Remove trailing whitespace
- Convert tabs to whitespace
Fixes #12694.
- 9920 by moreati on 2011-03-02 15:02:58
-
Customise title/text of move/delete form to reflect exact operation
- 9916 by moreati on 2011-03-02 14:08:26
-
Cleanup unused module imports, doc strings. Remove unused filname parameter, return new revs.
(more)
Author/Contributors
Author: moreati
Maintainer: Alex Willmer
Contributors:
Attachments (1)
-
screenshot.png (51.2 KB) - added by 14 years ago.
Screenshot
Download all attachments as: .zip