Changes between Initial Version and Version 1 of SvnMultiUrlsPlugin


Ignore:
Timestamp:
Aug 17, 2011, 9:18:19 AM (13 years ago)
Author:
podskalsky
Comment:

New hack SvnMultiUrlsPlugin, created by podskalsky

Legend:

Unmodified
Added
Removed
Modified
  • SvnMultiUrlsPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= show SVN URLs for muitiple repositories links in /browser =
     4
     5== Description ==
     6
     7The 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.
     8The reason for this Plugin was that the SvnUrlsPlugin will not be maintained anymore #8552 .
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for SvnMultiUrlsPlugin are
     13[report:9?COMPONENT=SvnMultiUrlsPlugin here].
     14
     15If you have any issues, create a
     16[http://trac-hacks.org/newticket?component=SvnMultiUrlsPlugin&owner=podskalsky new ticket].
     17
     18== Download ==
     19
     20Download the zipped source from [download:svnmultiurlsplugin here].
     21
     22== Source ==
     23
     24You can check out SvnMultiUrlsPlugin from [http://trac-hacks.org/svn/svnmultiurlsplugin here] using Subversion, or [source:svnmultiurlsplugin browse the source] with Trac.
     25
     26== Example ==
     27
     28Enable:
     29{{{
     30    [components]
     31    svnmultiurls.* = enabled
     32}}}
     33
     34Change svn server root
     35{{{
     36    [svnmultiurl]
     37    repository_root_url = /svn
     38}}}
     39or
     40{{{
     41    [svnmultiurl]
     42    repository_root_url = http://host/svn
     43}}}
     44The name of the repositories must be exactly the same like the directory name of the repository directory !
     45Delete also the deprecated pramater "repository_dir" from trac.ini !
     46Optionally, you may also add an entry to this section controlling what
     47
     48text is displayed:
     49{{{
     50    [svnmultiurl]
     51    link_text = [svn]
     52    ink_title = URL of SVN location
     53}}}
     54
     55== Recent Changes ==
     56
     57[[ChangeLog(svnmultiurlsplugin, 3)]]
     58
     59== Author/Contributors ==
     60
     61'''Author:''' [wiki:podskalsky] [[BR]]
     62'''Maintainer:''' [wiki:podskalsky] [[BR]]
     63'''Contributors:'''