DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:svnlog

svnlog Plugin

Compatible with DokuWiki

2010-11-07, rc2011-04-22

plugin Display SVN log messages within wiki pages.

Last updated on
2011-04-15
Provides
Syntax

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with subversion, svn

Installation

:!: External requirements: This plugin requires the following additional components that must be installed separately:

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

To include a local repository write the following:

{{svnlog>file:///path/to/repository}}

To include a remote repository write the following:

{{svnlog>http://path/to/repository}}

To include a remote repository with login write the following:

{{svnlog>https://path/to/repository & username=x & password=y}}

To change the limit of displayed log messages write the following:

{{svnlog>file:///path/to/repository & 50}}
{{svnlog>http:///path/to/repository & 100}}
{{svnlog>https:///path/to/repository & 250 & username=x & password=y}}

Syntax

Basic syntax:

{{svnlog>path[&limit][&username=x][&password=y]}}
  • path specifies the repository location
  • limit specifies the maximum number of log messages displayed
  • username specifies the HTTP(S) authentication username
  • password specifies the HTTP(S) authentication password

Development

Change Log

  • 2011-04-15
    • Initial release

Known Bugs and Issues

ToDo

ToDo/Wish List

ToDo

FAQ

ToDo

Discussion

Download site dies. No download possible.

ToDo

plugin/svnlog.txt · Last modified: 2018-06-06 00:05 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki