Changes between Version 5 and Version 6 of SvnTarBallPlugin


Ignore:
Timestamp:
Jun 24, 2022, 7:51:03 PM (21 months ago)
Author:
figaro
Comment:

Move example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • SvnTarBallPlugin

    v5 v6  
    77This plugin produces a gtar tarball for any given URL and returns it to the caller.
    88The caller will need to provide the URL and username/password (if needed) in the HTTP request address.
     9
     10Example:
     11
     12`http://tracserver/SVNTarBall?source=https://mysvnserver/project&username=guest&password=`
    913
    1014== Bugs/Feature Requests
     
    2630You can check out SvnTarBallPlugin from [/svn/svntarballplugin here] using Subversion, or [source:svntarballplugin browse the source] with Trac.
    2731
    28 == Example
     32== Installation
    2933
    30 `http://tracserver/SVNTarBall?source=https://mysvnserver/project&username=guest&password=`
     34General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3135
    3236== Recent Changes