-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
The project requires the following projects to run in chronological order before launching.
stca -s socialDbName -t technicalDbName
For more options please go to the stca man page or run "stca -h" on command line.
Stca will combine the social links and technical links through commit id and put them into stca database.