Changes between Version 4 and Version 5 of SvnMultiUrlsPlugin


Ignore:
Timestamp:
Apr 17, 2015, 3:13:45 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • SvnMultiUrlsPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = show SVN URLs for muitiple repositories links in /browser =
     3= Show SVN URLs for muitiple repositories links in browser
    44
    5 == Description ==
     5== Description
    66
    77The 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.
    88The reason for this Plugin was that the SvnUrlsPlugin will not be maintained anymore #8552 .
    99
    10 == Bugs/Feature Requests ==
     10== Bugs/Feature Requests
    1111
    1212Existing bugs and feature requests for SvnMultiUrlsPlugin are
     
    1616[http://trac-hacks.org/newticket?component=SvnMultiUrlsPlugin&owner=podskalsky new ticket].
    1717
    18 == Download ==
     18[[TicketQuery(component=SvnMultiUrlsPlugin&group=type,format=progress)]]
     19
     20== Download
    1921
    2022Download the zipped source from [download:svnmultiurlsplugin here].
    2123
    22 == Source ==
     24== Source
    2325
    2426You can check out SvnMultiUrlsPlugin from [http://trac-hacks.org/svn/svnmultiurlsplugin here] using Subversion, or [source:svnmultiurlsplugin browse the source] with Trac.
    2527
    26 == Example ==
     28== Example
    2729
    28 Enable:
    29 {{{
    30     [components]
    31     svnmultiurls.* = enabled
     30Enable the plugin by adding the following in your `trac.ini` file:
     31{{{#!ini
     32[components]
     33svnmultiurls.* = enabled
    3234}}}
    3335
    34 Change svn server root
    35 {{{
    36     [svnmultiurl]
    37     repository_root_url = /svn
    38 }}}
    39 or
    40 {{{
    41     [svnmultiurl]
    42     repository_root_url = http://host/svn
     36Change svn server root, also in `trac.ini`:
     37{{{#!ini
     38[svnmultiurl]
     39repository_root_url = /svn
    4340}}}
    4441
    45 The name of the repositories must be exactly the same like the directory name of the repository directory !
    46 
    47 Delete also the deprecated paramater repository_dir from trac.ini !
    48 
    49 Optionally, you may also add an entry to this section controlling what
    50 
    51 text is displayed:
    52 {{{
    53     [svnmultiurl]
    54     link_text = [svn]
    55     link_title = URL of SVN location
     42or:
     43{{{#!ini
     44[svnmultiurl]
     45repository_root_url = http://host/svn
    5646}}}
    5747
     48The name of the repositories must be exactly the same like the directory name of the repository directory.
    5849
    59 == Screenshots ==
     50Delete also the deprecated parameter repository_dir from your `trac.ini` file.
     51
     52Optionally, you may also add an entry to this section controlling what text is displayed:
     53{{{#!ini
     54[svnmultiurl]
     55link_text = [svn]
     56link_title = URL of SVN location
     57}}}
     58
     59== Screenshots
    6060
    6161[[Image(multi-svn-1.png)]]
     
    6363[[Image(multi-svn-2.png)]]
    6464
    65 == Recent Changes ==
     65== Recent Changes
    6666
    6767[[ChangeLog(svnmultiurlsplugin, 3)]]
    6868
    69 == Author/Contributors ==
     69== Author/Contributors
    7070
    7171'''Author:''' [wiki:podskalsky] [[BR]]
    72 '''Maintainer:''' [wiki:podskalsky] [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    7373'''Contributors:'''