====== svnlog Plugin ====== ---- plugin ---- description: Display SVN log messages within wiki pages. author : Georg Hackenberg email : mail@georg-hackenberg.de type : syntax lastupdate : 2011-04-15 compatible : 2010-11-07, rc2011-04-22 depends : conflicts : similar : tags : svn subversion downloadurl: bugtracker : sourcerepo : donationurl: ---- ===== Installation ===== :!: **External requirements:** This plugin requires the following additional components that must be installed separately: * [[http://www.php.net/manual/en/book.svn.php|PHP SVN extension]] Search and install the plugin using the [[plugin:extension|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//