Project: StatSVN
Revision: 367
Author: benoitx
Date: 25 Jun 2008 16:44:08
Changes:Added -chartset option.
Files:modified: /trunk/demo/site/src/xdocs/navigation.xml (
try)
modified: /trunk/statsvn/site/changes.xml (
try)
modified: /trunk/statsvn/src/net/sf/statsvn/Main.java (
try)
modified: /trunk/statsvn/project.properties (
try)
modified: /trunk/statsvn/site/navigation.xml (
try)
deleted: /trunk/statsvn/lib/statcvs-0.4.0.jar
modified: /trunk/statsvn/project.xml (
try)
modified: /trunk/statsvn.bat (
try)
added: /trunk/statsvn/lib/statcvs-0.4.1.jar (
try)
modified: /trunk/statsvn/site/demo/navigation.xml (
try)
modified: /trunk/statsvn/site/index.xml (
try)
Diff:
| ... | ...@@ -6,7 +6,7 @@ |
| 6 | 6 | <links>
|
| 7 | 7 | <item name="Project Page on SF.net" href="http://sourceforge.net/projects/statsvn" />
|
| 8 | 8 | <item name="HomePage" href="http://www.statsvn.org" />
|
| 9 | | <item name="Wiki" href="http://svn.statsvn.org/statsvnwiki/" />
|
| 9 | <item name="Wiki" href="http://wiki.statsvn.org/" />
|
| 10 | 10 | </links>
|
| 11 | 11 |
|
| 12 | 12 | <sitemap/>
|
| ... | ...@@ -7,6 +7,8 @@ |
| 7 | 7 | <release version="0.4.1" date="2008-06-20" description="Maintenance">
|
| 8 | 8 | <action dev="jkealey" type="fix" issue="1963918" due-to="Joseph Armbruster">Fixed issue when the only change was a property change.</action>
|
| 9 | 9 | <action dev="jkealey" type="fix" issue="1993217" due-to="Edward Oubrayrie">Fixed issue in command line help with regards to -concurrency-threshold</action>
|
| 10 | <action dev="benoitx" type="add">Add charset option on command line.</action>
|
| 11 | <action dev="benoitx" type="add">Add maillist as Nabble forums.</action>
|
| 10 | 12 | </release>
|
| 11 | 13 | <release version="0.4.0" date="2008-04-20" description="Maintenance+move to StatCVS">
|
| 12 | 14 | <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>
|
| ... | ...@@ -178,6 +178,7 @@ |
| 178 | 178 | + " -threads <int> how many threads for svn diff (default: 25)" + cr |
| 179 | 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 | + " -charset <charset> specify the charset to use for html/xdoc\n" |
| 181 | 182 | + " -tags-dir <directory> optional, specifies the director for tags (default '/tags/')" + cr + cr |
| 182 | 183 | + "Full options list: http://www.statsvn.org"); |
| 183 | 184 | System.exit(1); |
| ... | ...@@ -294,7 +295,7 @@ |
| 294 | 295 | System.setProperty("java.awt.headless", "true"); |
| 295 | 296 | |
| 296 | 297 | final ReportConfig config = new ReportConfig(content, ConfigurationOptions.getProjectName(), ConfigurationOptions.getOutputDir(), ConfigurationOptions |
| 297 | | .getMarkupSyntax(), ConfigurationOptions.getCssHandler()); |
| 298 | .getMarkupSyntax(), ConfigurationOptions.getCssHandler(), ConfigurationOptions.getCharSet()); |
| 298 | 299 | config.setWebRepository(ConfigurationOptions.getWebRepository()); |
| 299 | 300 | config.setWebBugtracker(ConfigurationOptions.getWebBugtracker()); |
| 300 | 301 | config.setNonDeveloperLogins(ConfigurationOptions.getNonDeveloperLogins()); |
| ... | ...@@ -3,7 +3,7 @@ |
| 3 | 3 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 4 | 4 | |
| 5 | 5 | statsvn.version = 0.4.1 |
| 6 | | statcvs.version = 0.4.0 |
| 6 | statcvs.version = 0.4.1 |
| 7 | 7 | |
| 8 | 8 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 9 | 9 | # maven plugin properties |
| ... | ...@@ -6,7 +6,7 @@ |
| 6 | 6 | <links>
|
| 7 | 7 | <item name="Project Page on SF.net" href="http://sourceforge.net/projects/statsvn" />
|
| 8 | 8 | <item name="HomePage" href="http://www.statsvn.org" />
|
| 9 | | <item name="Wiki" href="http://svn.statsvn.org/statsvnwiki/" />
|
| 9 | <item name="Wiki" href="http://wiki.statsvn.org/" />
|
| 10 | 10 | </links>
|
| 11 | 11 | <menu name="StatSVN">
|
| 12 | 12 | <item name="Overview" href="index.html" />
|
- svn:mime-type = application/octet-stream
| ... | ...@@ -159,7 +159,7 @@ |
| 159 | 159 | <dependency>
|
| 160 | 160 | <groupId>net.sf.statcvs</groupId>
|
| 161 | 161 | <artifactId>statcvs</artifactId>
|
| 162 | | <version>0.3.1-dev</version>
|
| 162 | <version>0.4.0</version>
|
| 163 | 163 | <type>jar</type>
|
| 164 | 164 | <url>http://statcvs.sourceforge.net/</url>
|
| 165 | 165 | </dependency>
|
| ... | ...@@ -1,3 +1,3 @@ |
| 1 | 1 | svn log -v --xml https://statsvn.svn.sourceforge.net/svnroot/statsvn/ > svn.log
|
| 2 | 2 | rem mkdir qalab\target\docs\statsvn
|
| 3 | | java -jar statsvn\dist\statsvn.jar -debug -verbose -xdoc -config-file ./demo/script/statsvn.properties -output-dir statsvn\site\statsvn -tags "^0.2.0|^0.1.3|^0.1.2|^0.0.9|^0.3.0|^0.3.1|^0.3.2|^0.4.0" -title StatSVN -exclude "**/qalab.xml|**/*.pdf|**/etc/LICENSE" -viewvc http://svn.sourceforge.net/viewvc/statsvn/trunk ./svn.log . |
| 4 | 3 | \ No newline at end of file |
| 4 | java -jar statsvn\dist\statsvn.jar -debug -verbose -charset ISO-8859-1 -xdoc -config-file ./demo/script/statsvn.properties -output-dir statsvn\site\statsvn -tags "^0.2.0|^0.1.3|^0.1.2|^0.0.9|^0.3.0|^0.3.1|^0.3.2|^0.4.0|^0.4.1" -title StatSVN -exclude "**/qalab.xml|**/*.pdf|**/etc/LICENSE" -viewvc http://svn.sourceforge.net/viewvc/statsvn/trunk ./svn.log .
|
- + application/octet-stream
| ... | ...@@ -6,7 +6,7 @@ |
| 6 | 6 | <links>
|
| 7 | 7 | <item name="Project Page on SF.net" href="http://sourceforge.net/projects/statsvn" />
|
| 8 | 8 | <item name="HomePage" href="http://www.statsvn.org" />
|
| 9 | | <item name="Wiki" href="http://svn.statsvn.org/statsvnwiki/" />
|
| 9 | <item name="Wiki" href="http://wiki.statsvn.org/" />
|
| 10 | 10 | </links>
|
| 11 | 11 |
|
| 12 | 12 | <sitemap/>
|
| ... | ...@@ -23,6 +23,9 @@ |
| 23 | 23 | <!-- The body of the document contains a number of sections -->
|
| 24 | 24 | <section name="StatSVN News">
|
| 25 | 25 | <p style="margin-top:10px; margin-bottom:0; padding-bottom:0; text-align:center; line-height:0"><a href="http://feeds.feedburner.com/~r/ObjectlabOpenSourceNews/~6/1"><img src="http://feeds.feedburner.com/ObjectlabOpenSourceNews.1.gif" alt="ObjectLab Open Source News" style="border:0"/></a></p><p style="margin-top:5px; padding-top:0; font-size:x-small; text-align:center"><a href="http://www.feedburner.com/fb/a/headlineanimator/install?id=829470&w=1" target="_blank">Grab this Headline Animator</a></p>
|
| 26 |
|
| 27 | <p>2008-06-20: release of 0.4.1, re-launch of the <a href="http://wiki.statsvn.org">Wiki site</a> and inclusion of the forums as embedded pages: <a href="forum.html">User Forum</a>
|
| 28 | and <a href="dev-forum.html">Developers Forum</a>. Enjoy!</p>
|
| 26 | 29 |
|
| 27 | 30 | <p>2008-05-04 <a href="http://www.appendium.com">Appendium Ltd</a> and <a href="http://www.lavablast.com">LavaBlast</a> are pleased to announce the release of version 0.4.0 of StatSVN. More details on <a href="http://blog.lavablast.com/post/2008/03/Upcoming-StatCVSStatSVN-release.aspx">this blog!</a> and the <a href="changes-report.html">changelog</a>. </p>
|
| 28 | 31 |
|
To list