From: Michael R. <mi...@ro...> - 2003-07-30 05:52:24
|
Hi there I tried StatCVS but I can't get it work correctly. I created a bash script which generates the cvslog and then starts statcvs. I used the follow command (all with aboluste paths): java -jar statcvs.jar \ -output-dir /path/to/outputdir \ myproject /path/to/cvslog /path/to/myproject-co-dir/ When I run it like this statCVS quits with an exception: Unable to count lines in /path/to/myproject-co-dir//path/to/myproject-co-dir/file When I change the path of checkout-dir to / (though it's wrong) it works, generates output but in the output I can't dive into the Repository Tree (all dirs are empty) Any help on this? Greets Mike |