Repositories
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
carnarvon
Carnarvon analyses how old the software system is on a per-line basis and extracts figures and indexes that make it possible to identify how old the software is, how much it has been maintained and how much effort it may suppose to maintain it in the future. more…
The original webpage locate at tigris.
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/carnarvon.git carnarvon cd carnarvon
Add this repository as a remote to an existing local repository:
git remote add carnarvon git://gitorious.org/mining-tools/carnarvon.git git fetch carnarvon git checkout -b my-local-tracking-branch carnarvon/master_or_other_branch
git_mining_tools
A set of tools to mine information from Git repositories. more…
This is a fork of github’s git mining tools
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/git_mining_tools.git git_mining_tools cd git_mining_tools
Add this repository as a remote to an existing local repository:
git remote add git_mining_tools git://gitorious.org/mining-tools/git_mining_tools.git git fetch git_mining_tools git checkout -b my-local-tracking-branch git_mining_tools/master_or_other_branch
gitdm
gitdm is the tool used by Jonathan Corbet in his reports of the kernel code.
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/gitdm.git gitdm cd gitdm
Add this repository as a remote to an existing local repository:
git remote add gitdm git://gitorious.org/mining-tools/gitdm.git git fetch gitdm git checkout -b my-local-tracking-branch gitdm/master_or_other_branch
dmgnome-utils
Utilities for data mining GNOME git repositories
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/dmgnome-utils.git dmgnome-utils cd dmgnome-utils
Add this repository as a remote to an existing local repository:
git remote add dmgnome-utils git://gitorious.org/mining-tools/dmgnome-utils.git git fetch dmgnome-utils git checkout -b my-local-tracking-branch dmgnome-utils/master_or_other_branch
test
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/test.git test cd test
Add this repository as a remote to an existing local repository:
git remote add test git://gitorious.org/mining-tools/test.git git fetch test git checkout -b my-local-tracking-branch test/master_or_other_branch
mlstats
Clone of mlstats (Mailing List stats)
-
Cloning this repository:
git clone git://gitorious.org/mining-tools/mlstats.git mlstats cd mlstats
Add this repository as a remote to an existing local repository:
git remote add mlstats git://gitorious.org/mining-tools/mlstats.git git fetch mlstats git checkout -b my-local-tracking-branch mlstats/master_or_other_branch

