Skip to content
infiro edited this page Jul 30, 2012 · 8 revisions

The stca tool developed by the Eggnet team in the S.E.G.A.L lab at the University of Victoria is a tool that analyze social database and technical database to create socio-techno patterns for each pairs of people on change set basis. The tool also computes social and technical weights based on the amount of communication and code dependencies between two contributors. The social database is obtained from com2pgsql and the technical database is obtained from scm2pgsql.

Requirements

The project requires the following projects to run in chronological order before launching.

1. scm2pgsql

2. tng

3. com2pgsql

4. fixinducingchanges

Run

stca -s socialDbName -t technicalDbName

For more options please go to the stca man page or run "stca -h" on command line.

Result

Stca will combine the social links and technical links through commit id and put them into stca database.

Clone this wiki locally