From: Goon <go...@ne...> - 2003-08-03 14:45:33
|
Hi, I'd like to run StatCVS not on the latest version of a software but on a given version at a given time. In order to do so, I check out the CVS with the command cvs -d :pserver:ano...@an...:/var/cvs/videolan -z3 checkout -D 20021001 -P vlc and then get the log file with cvs log -d 20021001 > cvslog Unfortunately statcvs fails when I ask him to proceed with these files with the command java -jar /usr/share/java/statcvs.jar ./vlc/cvslog vlc The error is: Logfile parsing failed. line 1343: expected 'RCS file: ' but found '=============================================================================' In the cvslog file, all RCS files description are separated with this line, which does not appear when running cvs log without date argument. I don't know whether I'm doing something wrong or whether statcvs has an issue. I'm using Debian unstable (Sid). Could you help me to stat cvs at a given time? Thanks for this great software, Goon |