forked from MetricsGrimoire/CVSAnalY
-
Notifications
You must be signed in to change notification settings - Fork 2
The CVSAnalY tool extracts information out of source code repository logs and stores it into a database. This is a fork for ALERT project.
License
AlertProject/CVSAnalY
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description ------------- The CVSAnalY tool extracts information out of source code repository logs and stores it into a database. This version is a fork of the original code for ALERT project. The original project can be found in http://metricsgrimoire.github.com/CVSAnalY/ License --------- Licensed under GNU General Public License (GPL), version 2 or later. Download ---------- * git://github.com/AlertProject/CVSAnalY.git * https://github.com/AlertProject/CVSAnalY.git Requirements -------------- CVSAnalY has the following dependencies: * RepositoryHandler git clone git://github.com/MetricsGrimoire/RepositoryHandler.git * cvs (optional, for CVS support) * subversion (optional, for SVN support) * git (optional, for Git support) * Python MySQLDB (optional but recommended) * Python SQLite (optional) Installation -------------- You can install cvsanaly2 just by running setup.py script: # python setup.py install This will install it in the python default directories in your system. If you don't install CVSAnalY with root privileges, or don't want to install it in the default directories, you can also use the source code directory, as cloned from the main git repo. It is enough to configure your PATH and PYTHONPATH so that cvsanaly2, and the Python modules it needs, are found. Add to your $PATH the directory which contains cvsanaly (cvsanalydir is the directory where CVSAnalY is installed): $ export PATH=$PATH:cvsanalydir In PYHTONPATH, you need to include both the dirs for CVSAnalY and RepositoryHandler (except if it is installed in the default Python dirs in your system). If repohandlerdir is the path where RepositoryHandler is installed: $ export PYTHONPATH=$PYTHONPATH:cvsanalydir:repohandlerdir You are ready to use cvsanaly2! Running cvsanaly2 ------------------- For the impatients: just checkout (from svn or cvs) to obtain a local version of your repository, and then run cvsanaly2: $ cd project/ ~/project$ cvsanaly2 More options, and a more detailed info about the options, can be learnt by running "cvsanaly2 --help" Improving CVSAnalY -------------------- Source code, wiki and ITS available on Github: * https://github.com/MetricsGrimoire/CVSAnalY If you want to receive updates about new versions, and keep in touch with the development team, consider subscribing to the mailing list. It is a very low traffic list (< 1 msg a day): * https://lists.libresoft.es/listinfo/metrics-grimoire Credits --------- CVSAnalY was initially developed by the GSyC/LibreSoft group at the Universidad Rey Juan Carlos, Madrid (Spain). It is part of a wider research on libre software engineering, aimed to gain knowledge on how libre software is developed and maintained. For more information about ALERT project please visit http://www.alert-project.eu Main authors -------------- Carlos Garcia Campos <carlosgc at gsyc.es> Contributors -------------- Gregorio Robles <grex at gsyc.escet.urjc.es> Alvaro Navarro <anavarro at gsyc.escet.urjc.es> Jesus M. Gonzalez-Barahona <jgb at gsyc.escet.urjc.es> Israel Herraiz <herraiz at gsyc.escet.urjc.es> Juan Jose Amor <jjamor at gsyc.escet.urjc.es> Martin Michlmayr <tbm at debian.org> Alvaro del Castillo <acs at barrapunto.com> Santiago Dueñas <sduenas at libresoft.es>
About
The CVSAnalY tool extracts information out of source code repository logs and stores it into a database. This is a fork for ALERT project.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 100.0%