About site: Software/Configuration Management/Tools/Concurrent Versions System - StatCvs
Return to Computers also Computers
  About site: http://statcvs.sourceforge.net/

Title: Software/Configuration Management/Tools/Concurrent Versions System - StatCvs Generates statistics for a CVS repository, including lines of code graphs, developer activity, commit log. Output is HTML and PNG.
Mac_OS_X_for_New_Mini_Owners A short list of things every newcomer to Mac OS X needs to know.

Albert_R__Meyer Hitachi America Professor of Engineering, EECS Dept, MIT and member of Theory of Computation Group at CSAIL.

Oracle_and_Oracle_8_Tutorial_Online_ Our online Oracle and Oracle 8 courses are perfect for learning in your home or office.

Using_Mix-ins_with_Python An explanation of the mix-in programming style as applied in Python. (April 1, 2001)

zoocreative Provide services covering print and graphic design, web design, Content Management Systems, E-Commerce integration, Flash, CD /DVD production, 3D modelling, illustration and animation. Based in Derry

Fabrikation Design and development including flash and content management, hosting, and marketing. Based in Manchester, United Kingdom.


  Alexa statistic for http://statcvs.sourceforge.net/





Get your Google PageRank






Please visit: http://statcvs.sourceforge.net/


  Related sites for http://statcvs.sourceforge.net/
    Layered_Tables Viewing layered tables and optimized images, along with tips and tricks on spacer gifs and special effects for beginner and professional Web page and Web site designers.
    The_Zope_Book Written by Michel Pelletier and Amos Latteier, read online, users may comment but must be login, or can be download in PDF, HTML, and Microsoft HTML Help format.
    Sharp_-_Business_Products Business products and solutions from Sharp Electronics (UK). Including copiers, printers, document solutions, projectors and ECR/EPOS.
    Badboy A solution for web developers and testers who want capture replay tool for their desktop. [Free and commercial license]
    Foxee Home of a friendly interactive cartoon fox Microsoft Agent character.
    Digital_Photo_Slide_Show A suite of slide show creation utilities for digital photos. Exhibit photos as a standalone slide show, screen saver, wallpaper changer, HTML/JavaScript web slide show, or on a CD-ROM. [Windows 95/98/
    RFC_1851 The ESP Triple DES Transform. P. Karn, P. Metzger, W. Simpson. September 1995.
    Porting_Native_Oberon_System_3_(Release_2_3_0)_to_the_Gneiss_Microkernel Gneiss is a reimplementation of Hybrid microkernel in Oberon. The technical report describing the porting process is in PostScript, PS. (1999)
    Software_Packages_and_Toolboxes Online software repository of the Department of Computer Science at The University of Pittsburg. Everything from expert systems, finite-state machines, graphical models, linear programming, and machi
    PCPro_3 PC card driver software from Aleph1.
    Max_Secure_Software Anti-spyware and privacy software vendor.
    Analysis_of_the_SSL_3_0_Protocol This note gives a detailed technical analysis of the cryptographic strength of the SSL 3.0 protocol. A number of minor flaws in the protocol and several new active attacks on SSL are presented. [Acrob
    alt_fan_tom-servo The Kamikaze Peep Squad - the rogue Usenet group which inhabits alt.fan.tom-servo, a newsgroup where everything on-topic is off-topic and vice versa. Includes the FQA (sic) of the newsgroup.
    PC_Magazine__New_Tips_for_Windows_XP A dozen useful tips. Includes additional feedback from users.
    Wikipedia__PL/I Encyclopedia article containing a brief history of the language, a discussion of design and implementation issues, and the advances PL/I contributed to language design.
    Lorain_Ohio Offering several site packages including design, hosting, maintenance, guestbooks, site search engines, online greeting cards, web polls, and forums.
    On_The_Market,_Inc_ Provides business hosting, dedicated hosting, and design services.
    Webfoot Offers design, hosting, programming, and e-commerce services.
    Exontrol_ExTree .NET/ActiveX Control provides the entire range of capabilities. It simulates a simple tree, a multi-column tree, a list or a listview control. [Commercial]
    Testing_the_Waters With new tools emerging, and buzz rising, it's time to start working with AOP; a plan to do so, in 4 simple steps. Dr. Dobb's.
This is websites2007.org cache of m/ as retrieved on 2008.10.12 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
StatCVS - Repository Statistics - Introduction @import url("./style/maven-base.css"); @import url("./style/maven-objectlabkit.css");Appendium - Portfolio Financing PlatformstatcvsLast published: 21 April 2008 | Doc for 0.4.0 Project Page on SF.net | HomePage StatCVSOverviewManualStatCVS on StatCVSStatCVS HTML SampleSearch statcvsGoogleInteresting ProjectsStatSVNObjectLab KitQALabJTreeMapFlatPackProject DocumentationAboutProject InfoProject ReportsDevelopment ProcessLegendExternal LinkOpens in a new windowBuilt by Maven

StatCVS News

ObjectLab Open Source News Grab this Headline Animator Subscribe to the ObjectLab Open Source News (which includes news about statcvs). 2008-04-21, StatCVS is alive! Appendium Ltd is pleased to announce version 0.4.0, available right now! More info here and the download here .

So, what is StatCVS? Great statistics for CVS!

StatCVS retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. Timeline for the lines of code Lines of code for each developer Activity by Clock time Authors Activity Author activity per Module Author Most Recent Commits with links to ViewVc Stats per directory File count Average file size Largest files Files with most revisions Directory Sizes Repository Tags Number of LOC per version. Repository tree with file count and lines of code LOC and Churn the evolution of LOC and the amount of change per day Repo Map the dynamic hierarchical view of your repo for the last 30 days The current version of StatCVS generates a static suite of HTML documents containing tables and chart images. StatCVS is open source software, released under the terms of the LGPL. StatCVS uses JFreeChart to generate charts.

Quick Start

First, download StatCVS. Check out a working copy of your project from CVS. You need the CVS command line client (CVS for Unix or CVSNT for Windows). Typically, the command looks like this: cvs -d /cvsroot checkout modulename Create a CVS log file: cvs log > logfile.log Run StatCVS: java -jar /path/to/statcvs.jar /path/to/module/logfile.log /path/to/module This command creates the HTML reports in the current directory. More details are available from the Manual . It also has all the options for customizing the reports. If you run into problems, consider asking for help on the statcvs-users Mailing list . Note: StatCVS can only generate reports for the main branch.

Where is the manual?

Here.

History

The StatCVS project was initiated by Lukasz Pekacki . The current maintainers are Benoit Xhenseval and Jason Kealey. Other members of the development team are Anja Jentzsch , Manuel Schulze , Steffen Pingel and Tammo van Lessen . 2002 photo of the original development team

Related Projects

StatSVN is a port of StatCVS to the Subversion version control system. Actively maintained. StatCVS-XML is a fork of StatCVS that generates XML instead of HTML reports. (not updated since Oct 2006) StatCVS Maven Plugin provides StatCVS reports for the Maven project automation software and is based on StatCVS-XML. Bloof is a comprehensive framework for analysis of version control data (not updated since 2003) cvstat is a small Perl script which generates a table comparing contributions by individual developers. (StatCVS contains a similar table.) (not updated since 2002) Cvsplot generates a graph showing lines of code development over time; requires GnuPlot. (StatCVS contains a similar chart.) (not updated since Dec 2004) var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src="http://statcvs.sourceforge.net//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));var pageTracker = _gat._getTracker("UA-615747-11");pageTracker._initData();pageTracker._trackPageview();LavaBlast Franchise Software© 2002-2008, Appendium - Portfolio Financing Platform
 

Generates

statistics

for

a

CVS

repository,

including

lines

of

code

graphs,

developer

activity,

commit

log.

Output

is

HTML

and

PNG.

http://statcvs.sourceforge.net/

StatCvs 2008 October

dvd rental

dvd


Generates statistics for a CVS repository, including lines of code graphs, developer activity, commit log. Output is HTML and PNG.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Loans - Loans - Credit Card - Cheap hotel in Paris - Mortgage Calculator
2008-10-12 08:32:00

Copyright 2005, 2006 by Webmaster
Websites is cool :) 264Hotel Berna - Hotel Helsinki - Projekty Domów - Portfele - Kserokopiarki