Download List

Descripción del Proyecto

Cvsplot is a Perl script which analyzes the history of a CVS-managed project. The script executes on a set of files, analyzes their history, and automatically generates graphs that plot lines of code, number of files, and user contributions against time. It supports both UNIX and Windows environments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-02 09:24
1.7.4

Ahora es posible especificar los grupos de usuarios a fin de producir por el uso de gráficos de grupo, y un interruptor se ha añadido a especificar una serie de argumentos para transmitir a todas las invocaciones de CVS.
Tags: Major feature enhancements
It is now possible to specify groups of users in order to produce per-group usage graphs, and a switch has been added to specify a set of arguments to pass to all invocations of CVS.

2004-07-01 01:35
1.7.3

El por-parcelas de usuarios de estadísticas se rompieron ya que los cambios introducidos en 1.7.2. Esta forma ya se ha solucionado.
Tags: Major bugfixes
The per-user statistical plots were broken since the changes introduced in 1.7.2. This how now been fixed.

2004-03-21 08:10
1.7.2

Este comunicado se asegura que la "salida" de comandos se añade a todos los scripts de gnuplot la hora de generar parcelas gráfica. En Win32, las parcelas de datos de usuario no se estaban representados en absoluto, como el proceso de gnuplot terminaría antes de que el archivo de salida encendido y cerrado.
Tags: Minor bugfixes
This release makes sure the "exit" command is added to all gnuplot scripts when generating graphical plots. On Win32, the userdata plots were not being plotted at all, as the gnuplot process would terminate before the output file was flushed and closed.

2003-05-27 14:14
1.7.1

Esta versión corrige un error de menor importancia que los mensajes de advertencia que aparecen cuando los datos se escriben y datos de usuario no se especifica.
Tags: Minor bugfixes
This release fixes a minor bug where warning messages would appear when the data is being written and -userdata isn't specified.

2003-05-14 15:34
1.7.0

Estadísticas por usuario de CVS se han añadido, por lo que ahora es posible ver el CVS contribuciones realizadas por los usuarios individuales trazados mediante gnuplot. La lista de usuarios de interés también puede ser especificado. Por defecto, todos los usuarios se trazan. La opción-countchangedlines afecta la forma en que se calculan linecounts. Si se establece la opción-countchangedlines, entonces el conteo de líneas indican el número de líneas cambiado, en vez de añadido. Así que si un compromiso añadido 5 líneas, y sacó 3, el número sería de 8, no 2. Esta fue solicitada por algunos usuarios que quieren utilizar esto como una medida aproximada de la productividad.
Tags: Major feature enhancements
Per-user CVS statistics were added, so it is now possible to see the CVS contributions performed by individual users plotted using gnuplot. The list of users of interest can also be specified. By default, all users will be plotted. The -countchangedlines option affects the way the linecounts are calculated. If the -countchangedlines option is set, then the line counts indicate the number of lines changed, instead of added. So if a commit added 5 lines, and removed 3, the count would be 8, not 2. This was requested by some users who want to use this as a rough measure of productivity.

Project Resources