[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=SvnMultiUrlsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SvnMultiUrlsPlugin&owner=podskalsky new ticket]. [[TicketQuery(component=SvnMultiUrlsPlugin&group=type,format=progress)]] == Download Download the zipped source from [download:svnmultiurlsplugin here]. == Source You can check out SvnMultiUrlsPlugin from [http://trac-hacks.org/svn/svnmultiurlsplugin here] using Subversion, or [source:svnmultiurlsplugin browse the source] with Trac. == Example Enable the plugin by adding the following in your `trac.ini` file: {{{#!ini [components] svnmultiurls.* = enabled }}} Change svn server root, also in `trac.ini`: {{{#!ini [svnmultiurl] repository_root_url = /svn }}} or: {{{#!ini [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 parameter repository_dir from your `trac.ini` file. Optionally, you may also add an entry to this section controlling what text is displayed: {{{#!ini [svnmultiurl] link_text = [svn] link_title = URL of SVN location }}} == Screenshots [[Image(multi-svn-1.png)]] [[Image(multi-svn-2.png)]] == Recent Changes [[ChangeLog(svnmultiurlsplugin, 3)]] == Author/Contributors '''Author:''' [wiki:podskalsky] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''