| CODENOTIFIER | HelpYou are not signed inSign in |
Project: StatSVN
Revision: 364
Author: jkealey
Date: 14 Jun 2008 21:15:30
Changes:Bug 1993217, Thanks to Edward Oubrayrie: Fixed issue in command line help with regards to -concurrency-threshold
Files:| ... | ...@@ -6,6 +6,7 @@ | |
| 6 | 6 | <body> |
| 7 | 7 | <release version="0.4.1" date="2008-05-31" description="Maintenance"> |
| 8 | 8 | <action dev="jkealey" type="fix" due-to="Joseph Armbruster">Fixed issue when the only change was a property change.</action> |
| 9 | <action dev="jkealey" type="fix" issue="1993217" due-to="Edward Oubrayrie">Fixed issue in command line help with regards to -concurrency-threshold</action> | |
| 9 | 10 | </release> |
| 10 | 11 | <release version="0.4.0" date="2008-04-20" description="Maintenance+move to StatCVS"> |
| 11 | 12 | <action dev="benoitx" type="add" due-to="Nilendra Weerasinghe">Added support for an XML export of the main reports, just use option -xml, based on patched proposed by Nilendra Weerasinghe.</action> |
| ... | ...@@ -176,7 +176,7 @@ | |
| 176 | 176 | + " -xdoc optional switch output to xdoc" + cr |
| 177 | 177 | + " -xml optional switch output to xml" + cr |
| 178 | 178 | + " -threads <int> how many threads for svn diff (default: 25)" + cr |
| 179 | + " -concurrencyThreshold <millisec> switch to concurrent svn diff if 1st call>threshold (default: 4000)" + cr | |
| 179 | + " -concurrency-threshold <millisec> switch to concurrent svn diff if 1st call>threshold (default: 4000)" + cr | |
| 180 | 180 | + " -dump dump the Repository content on console" + cr |
| 181 | 181 | + " -tags-dir <directory> optional, specifies the director for tags (default '/tags/')" + cr + cr |
| 182 | 182 | + "Full options list: http://www.statsvn.org"); |