Hi,
I'm a new user of cvsreports, i use the following config file:
cvsroot=:pserver:hal...@192.168.3.9:/home/cvsp5
cvsmodule=Planon5
graphs=CodeSize
The cvs repository is very big over 1G and a few years old with a lot
of branches and tags.
The first thing i had to do was changing the java startup parameters
in:
java -XX:MaxPermSize=512m -Xmx1024m -cp "dest;src;lib/JCVSReport.jar"
ca.utoronto.JCVSReport.Presentation %1 %2 %3 %4 %5 %6 %7 %8 %9
After that i got the error :
Syntax Error on parsing cvs line:errornous commit corrected
net.sf.bloof.BloofException: Syntax Error on parsing cvs
line:errornous commit corrected
at net.sf.bloof.Bloof.fail(Bloof.java:159)
at
net.sf.bloof.scm.cvsplugin.LogParser.readCvsMessageLine(LogParser.java:
258)
at
net.sf.bloof.scm.cvsplugin.LogParser.ignoreLineTill(LogParser.java:
129)
at
net.sf.bloof.scm.cvsplugin.LogParser.parseNextFileHead(LogParser.java:
152)
at
net.sf.bloof.scm.cvsplugin.LogParser.parseNextFileHead(LogParser.java:
162)
at
net.sf.bloof.scm.cvsplugin.LogParser.parseNextFileHead(LogParser.java:
162)
at
net.sf.bloof.scm.cvsplugin.LogParser.parseNextRevision(LogParser.java:
184)
at net.sf.bloof.scm.cvsplugin.LogParser.run(LogParser.java:
290)
at java.lang.Thread.run(Unknown Source)
Can someone help me?