Contents
show SVN URLs for muitiple repositories links in /browser
Description
The SvnMultiUrlsPlugin provides links to the url of repository files as viewable at /browser in trac. This enables easy reference to the actual svn entities for svn operations To make this work, you will have to add a section in the trac.ini for your project. The reason for this Plugin was that the SvnUrlsPlugin will not be maintained anymore #8552 .
Bugs/Feature Requests
Existing bugs and feature requests for SvnMultiUrlsPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out SvnMultiUrlsPlugin from here using Subversion, or browse the source with Trac.
Example
Enable:
[components]
svnmultiurls.* = enabled
Change svn server root
[svnmultiurl]
repository_root_url = /svn
or
[svnmultiurl]
repository_root_url = http://host/svn
The name of the repositories must be exactly the same like the directory name of the repository directory !
Delete also the deprecated paramater repository_dir from trac.ini !
Optionally, you may also add an entry to this section controlling what
text is displayed:
[svnmultiurl]
link_text = [svn]
link_title = URL of SVN location
Screenshots
Recent Changes
- [10605] by podskalsky on 2011-08-17 11:32:18
-
Add set of 0.2 sources
- [10604] by podskalsky on 2011-08-17 11:18:17
-
New hack SvnMultiUrlsPlugin, created by podskalsky
Author/Contributors
Author: podskalsky
Maintainer: podskalsky
Contributors:
Attachments (2)
- multi-svn-1.png (32.1 KB) - added by podskalsky 22 months ago.
- multi-svn-2.png (22.3 KB) - added by podskalsky 22 months ago.
Download all attachments as: .zip



