-
When trying SvnStat with any of my SVN repositories, I get this exception:
java.lang.NullPointerException
at de.agentlab.svnstat.SvnStat.readXml(SvnStat.java:143)
at de.agentlab.svnstat.SvnStat.run(SvnStat.java:86)
at de.agentlab.svnstat.SvnStat.main(SvnStat.java:257)
org.jCharts.properties.PropertyException: The Axis Increment can not be a negative value or zero.
at...
2008-09-07 17:45:06 UTC by david_horat
-
Is there any possibility or running this tool for all the projects in a Subversion server? Or for a few concrete projects where I have the logs of each one and access to SVN server?
Thank you in advance :)
2008-09-07 15:17:06 UTC by david_horat
-
My bad ... always generate the svn logfile correctly
svn log --xml -v > my_svn.log
did the trick ...
2008-05-22 07:04:42 UTC by helados
-
Hello
I am getting the following exception:
org.jdom.input.JDOMParseException: Error on line 1: Content is not allowed in prolog.
I guess this comes from parsing the xml file?
I added <?xml version="1.0"?> at the front of build.xml, but this did not help a bit.
There are also no spaces or other obstacles before the <project name="...>.
As i do not...
2008-05-21 06:17:27 UTC by helados
-
Sorry, wrong product (statsvn)....
2008-01-24 13:46:33 UTC by danielkullmann
-
I have added some files to subversion, but have not committed them yet. When starting the SvnStat program (on Windows Vista), I get the following error message (paths omitted):
Parsing SVN log '...\\svn.log' exclude pattern '...' Logfile parsing failed.
svn log: svn info: Invalid svn info xml; unable to find revision or url for path [filename] revision=null url:.../filename.php kind:file...
2008-01-24 11:58:13 UTC by danielkullmann
-
update
I've tried to set "-Djava.awt.headless=true" when calling java, doesn't work.
always got the same error
(:[0-9]+): Gtk-WARNING **: cannot open display:
I also tried to set XAUTHORITY and set/unset DISPLAY ; no more luck.
2007-09-12 09:28:11 UTC by jokot3
-
Hello people,
Is there anyway to run svnstat headless (ie without display) ?
I've tried to happen ".headless=true" to "de.agentlab.svnstat.SvnStat", but it doesn't work.
Do I need a special version of java jvm ?
Thanks.
2007-09-12 08:39:45 UTC by jokot3
-
How can i change charset of index file from ISO-8859-1 to win-1251?.
2007-02-14 13:56:06 UTC by vacula2
-
Hello,
Thanks for your reply.
It works very well now with this additionnal parameter "-classpath" :
java -classpath $SCRIPT de.agentlab.svnstat.SvnStat -jar $SCRIPT -r $WDIR/$PROJECT/trunk/logfile.log -d $OUTPUT/$PROJECT
Thanks a lot for this good work.
---
Mathieu.
2006-12-18 16:18:19 UTC by themat