Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: StatCvs


Related Topics

In the News (Wed 16 Dec 09)

  
  StatCVS offers a view into CVS repository activity
StatCVS is a handy utility for creating charts of a Concurrent Versions System (CVS) repository's activity.
StatCVS is a Java™; program and requires JDK 1.4 or higher to use.
StatCVS is easy to run from the command line because there's only one JAR file, and you can pass that JAR file name directly to the virtual machine.
www-128.ibm.com /developerworks/java/library/j-statcvs   (3059 words)

  
 A Tale of Two Tools - Maven2 and StatCVS - O'Reilly ONJava Blog
But I have reached the point in my life where the demands on my time, from my day job as a team lead to my night job as a team Dad, reduce my discretionary programming time to little snippets that I can seem to just grasp for 5 or 10 minutes here or there.
StatCVS is great, but have you found anything comprable with Subversion.
I wrote an article for IBM a while back where I used StatCVS to look at the history of Jikes development.
www.oreillynet.com /onjava/blog/2006/03/a_tale_of_two_tools_maven2_and_1.html   (1047 words)

  
 106 Miles to Chicago: StatCvs
While reading some diaries on Advogato, I came across a link to StatCvs which is an analysis tool for Cvs, written in Java.
There are a few gotcha's like only working on the default branch of a repository and that you can't refine the dates being looked at but overall I can't see a reason to complain.
The developers have also included an Ant task so this could easily be part of a nightly build process.
www.stonecottage.com /josh/archives/000169.html   (94 words)

  
 Cortex announces FishEye, unified source control viewer   (Site not responding. Last check: 2007-10-08)
Version 2.0 of StatCVS is still in dev, however I've been using it for a few weeks and haven't got a single problem.
StatCVS doesn't seem to allow you to actually browse the code so you'd have to use something else for that.
Statcvs simply hangs on some of the modules ("hangs" = not being able to generate the statistics in less than 6 hours).
www.theserverside.com /news/thread.tss?thread_id=24707   (5162 words)

  
 [#JRA-3869] Statcvs produces warnings about missing files if the files have been deleted from the repository - ...
If you were logged in you would be able to see more operations.
Statcvs produces warnings about missing files if the files have been deleted from the repository
Seems like if the file has been removed from the repository, but still appears in the cvs log, statcvs tries to get the number of lines for the file and fails, as the file is not in the checked out copy of the repository.
jira.atlassian.com /browse/JRA-3869   (244 words)

  
 StatCVS Manual
This is the manual for StatCVS, a statistics tool for CVS repositories.
StatCVS doesn't provide options to specify a start and end date for the report.
When a file is deleted or moved, StatCVS can't track exactly how many lines it had and by whom they were committed.
statcvs.sourceforge.net /manual   (843 words)

  
 StatCvs-XML - History   (Site not responding. Last check: 2007-10-08)
The primary goal of the project was to provide suitable output xdoc for Apache Maven.
The original StatCvs was only capable of generating html output which did not integrate well with the project documentation generated by Maven.
It basically was an adoption of the output layer to generate an intermediate XML representaion using JDOM that was later transformed to xdoc or html through a stylesheet.
statcvs-xml.berlios.de /history.html   (166 words)

  
 statcvs - statcvs
StatCvs retrieves information from a CVS repository and generates various tables and charts describing the project development, e.g.
timeline for the lines of code, contribution of each developer etc. The current version of StatCvs generates a static suite of HTML documents containing tables and chart images.
StatCvs is opens source software, released under the terms oft the LGPL.
statcvs.sourceforge.net /maven   (58 words)

  
 StatCVS Runs Free!
Following my recent success getting JFreeChart to run on GNU Classpath with Cairo, I turned my attention to getting StatCVS to run the same way.
The -mx350m provides lots of memory for the process (which seems to need it), I didn't experiment with lower values (other than the default, which gave an out-of-memory error) so I don't know exactly how much is needed.
StatCVS is a nice utility to have working on GNU Classpath in terms of project exposure, because it is a developer tool and this audience is likely to take an interest in how it works underneath the hood.
www.object-refinery.com /classpath/statcvs.html   (324 words)

  
 Dave Gilbert's Weblog : Weblog
This is the first "official" StatCVS release that runs on GNU Classpath-based runtimes out-of-the-box (I tested this with GNU Classpath 0.92).
You'll notice a font rotation bug in some of the charts (the bug hides somewhere in GNU Classpath's Graphics2D implementation) but otherwise the report is fully functional.
Elsewhere, I notice that someone has started a StatSVN project based on StatCVS.
jroller.com /page/dgilbert?entry=statcvs_0_2_3   (194 words)

  
 Subversion graphs / stats - Invision Power Services
According to that last link, there are other projects (supposedly) and perhaps there are forks of StatCVS (but the last link is an actual script to do what you might want).
You supposedly can use an option in Tortoise (for windows) to view stats which are similar to those given in StatCVS.
I am sorry for having this old thread revived once again, but I just wanted to point out two possibilities for generating statistics from a Subversion repository.
forums.invisionpower.com /index.php?showtopic=204858   (931 words)

  
 Vincent Massol Think Tank - September 2003
I have just released version 2.0 of the StatCvs plugin for Maven.
The Maven StatCvs plugin is a plugin for StatCvs-XML that generates CVS statistic reports.
You can download the StatCvs Maven 2.0 plugin here.
blogs.codehaus.org /people/vmassol/archives/2003_09.html   (334 words)

  
 StatCVS - Generate statistcal HTML reports from your CVS repository logs   (Site not responding. Last check: 2007-10-08)
The StatCVS project was initiated by Lukasz Pekacki.
Other members of the development team are Anja Jentzsch, Manuel Schulze, Steffen Pingel and Tammo van Lessen.
is a fork of StatCVS that generates XML instead of HTML reports.
statcvs.sourceforge.net   (208 words)

  
 Dave Gilbert's Weblog : Weblog
Richard Cyganiak granted me CVS write access on the StatCVS project, allowing me to:
With these changes, StatCVS ought to run on GNU Classpath, so I tried it against my favourite CVS repository (Mauve).
Congrats Dave, it's good to see that GNU Classpath is progressing, and I was certainly surprised to learn that so little change was required to make StatCVS work with it.
jroller.com /page/dgilbert?entry=statcvs_on_gnu_classpath   (192 words)

  
 Fun with StatCVS - Glen Smith   (Site not responding. Last check: 2007-10-08)
I first learned about StatCVS on a developerWorks, and it looked pretty darn cool.
StatCVS has really opened my eyes to some new management reporting options which I'm keen to explore a little more as part of our nightly build.
And the guys on the dev teams love looking at graphs of their progress.
blogs.bytecode.com.au /glen/2005/03/14/1110784325715.html   (371 words)

  
 StatCvs-XML - Manual   (Site not responding. Last check: 2007-10-08)
Please see the StatCvs-XML pages for a general introduction to the program.
This manual is based on the StatCvs Manual.
You can also specifiy a full qualified name of a Java class, that is available in the classpath.
statcvs-xml.berlios.de /manual/index.html   (398 words)

  
 SourceForge.net: StatCVS - Stat Your Repository
StatCVS generates HTML reports from CVS repository logs.
The reports give developers and project managers insight into the evolution of the code base and individual contributions.
StatCVS is a command line application and written in Java.
sourceforge.net /projects/statcvs   (128 words)

  
 StatCvs-XML - About   (Site not responding. Last check: 2007-10-08)
It is an extension of the great StatCvs project.
StatCvs-XML shares the cvs log parsing code with StatCvs but has advanced report generation and customization features:
Here is an example of the default output generated by StatCvs-XML when run on the StatCvs-XML repository.
statcvs-xml.berlios.de   (97 words)

  
 Maven StatCvs Plugin - Statcvs
Projects without a repository url should still be able to use statcvs.
Migrated the plugin to use the new statcvs-xml jar (which generates XML xdoc output instead of HTML).
So, corresponding entrys in menu will appear only if reports are registered.
maven.apache.org /maven-1.x/plugins/statcvs/changes-report.html   (49 words)

  
 SourceForge.net: statcvs-users
For those of you not aware, we use StatCVS in JIRA, not to calculate lines of code, but to be able to run reports on CVS.
We build up the object graph in memory, and query that in run-time.
I believe that Anton has built branching support into our local version of statcvs, but I"ll let him describe the changes that he has made.
sourceforge.net /mailarchive/forum.php?thread_id=5197653&forum_id=11441   (682 words)

  
 [ANN] StatCvs plugin 2.4 released   (Site not responding. Last check: 2007-10-08)
The StatCvs-XML team is pleased to announce the StatCvs plugin 2.4 release!
http://statcvs-xml.berlios.de/maven-plugin/ The StatCvs plugin generates statistics about CVS usage using StatCvs-XML.
See here for sample output: http://statcvs-xml.berlios.de/statcvs/index.html Features in this version includes: - Colorful 3D charts - Customizable reports through parameterization and scriptability - Accurate analysis through history feature - Recent activity chart - Software evolution matrix The plugin has been tested with Maven 1.0-rc2.
www.mail-archive.com /users@maven.apache.org/msg09117.html   (102 words)

  
 Maven StatCvs-XML Plugin - Maven StatCvs Plugin   (Site not responding. Last check: 2007-10-08)
It superseeds the StatCvs plugin formerly shipped with maven.
There are three alternative ways to install the plugin.
The easiest way to install the StatCvs maven plugin is through maven:
statcvs-xml.berlios.de /maven-plugin   (162 words)

  
 freshmeat.net: Project details for StatCvs-XML   (Site not responding. Last check: 2007-10-08)
StatCvs-XML provides statistics about CVS usage based on CVS logs.
It extends the StatCvs project with fancy 3D charts, advanced report generation, and customization features.
statcvs (dash) xml (dash) devel (at) lists (dot) berlios (dot) de
freshmeat.net /projects/statcvs-xml   (184 words)

  
 chrisbuechler.com » StatCVS   (Site not responding. Last check: 2007-10-08)
StatCVS is a nice open source CVS statistics generation utility.  I maintain StatCVS for several open source projects. 
If you would like to see any other open source projects here that host their source code in public CVS, please email me at
Content managed by the Etomite Content Management System.
chrisbuechler.com /index.php?id=26   (68 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.