
  StatCvs 0.2 README
  ==================

      StatCvs is a statistics tool for CVS repositories. It generates
      HTML reports from CVS log files.

  Prerequisites

      * Java JRE 1.4

  Quick Start

      * Download latest release from http://statcvs.sf.net/
      * Expand the zip file into some directory, e.g c:\statcvs
      * Check out the desired CVS module into some directory,
        e.g. c:\myproject.
      * Change into that directory and type 'cvs log > cvslog'
      * Change back to the c:\statcvs directory
      * type 'java -jar statcvs.jar c:\myproject\cvslog c:\myproject'
      * Open c:\statcvs\index.html in your web browser

      You can tweak the output of StatCvs in various ways. Run
      'java -jar statcvs.jar' for an overview of the command line
      parameters, and check the manual for full information.

  The StatCvs Manual

      The StatCvs manual is located at http://statcvs.sf.net/manual

  Further Information

      For further information, source code, bug reporting, feature
      requests, and joining the StatCvs development team, visit
      our sourceforge project home page at http://statcvs.sf.net/.
