mining-tools
cvsanaly
A tool to analize software repositories. more…
The CVSAnalY tool extracts information out of source code repository logs and stores it into a database in order to study the development of Free/Libre/Open Source Software.
It can extract information from CVS, Subversion and Git repositories. Bazaar support is still experimental. The extracted information may be stored in SQLite, MySQL and PostgreSQL.
This tool is developed by GSyC/Libresoft group at Universidad Rey Juan Carlos in Móstoles.
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/cvsanaly.git cvsanaly cd cvsanaly
Add this repository as a remote to an existing local repository:
git remote add cvsanaly git://gitorious.org/mining-tools/cvsanaly.git git fetch cvsanaly git checkout -b my-local-tracking-branch cvsanaly/master_or_other_branch
- Branches:
- master
- pgsql
- refactor
- sqlportable


