wiki:SvnMultiUrlsPlugin

Version 12 (modified by anonymous, 8 years ago) (diff)

Typo in section name [svnmultiurl] -> [svnmultiurls]

Show SVN URLs for multiple repositories links in browser

Description

This plugin 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 file of your project.

See also: SvnUrlsPlugin (not maintained anymore, #8552).

Bugs/Feature Requests

Existing bugs and feature requests for SvnMultiUrlsPlugin are here.

If you have any issues, create a new ticket.

task

1 / 1

Download

Download the zipped source from here.

Source

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

Installation and Configuration

Enable the plugin by adding the following in your trac.ini file:

[components]
svnmultiurls.* = enabled

Change svn server root, also in trac.ini:

[svnmultiurls]
repository_root_url = /svn

or:

[svnmultiurls]
repository_root_url = http://host/svn

The name of the repositories must be exactly the same as the directory name of the repository directory.

Delete also the deprecated parameter repository_dir from your trac.ini file.

Optionally, you may also add an entry to this section controlling what text is displayed:

[svnmultiurls]
link_text = [svn]
link_title = URL of SVN location

Screenshots

Recent Changes

14596 by podskalsky on 2015-05-19 06:14:31
remove not needed file
14595 by podskalsky on 2015-05-18 08:43:58
add license
10605 by podskalsky on 2011-08-17 09:32:18
Add set of 0.2 sources
(more)

Author/Contributors

Author: podskalsky
Maintainer: podskalsky
Contributors:

Attachments (2)

Download all attachments as: .zip