MetricsGrimoire / CVSAnalY

The CVSAnalY tool extracts information out of source code repository logs and stores it into a database.
http://metricsgrimoire.github.com/CVSAnalY/
GNU General Public License v2.0
48 stars 31 forks source link

Add extension to deal with a special case in the WordPress plugin repository #108

Open rodrigoprimo opened 7 years ago

rodrigoprimo commented 7 years ago

WordPress has a single SVN repository to host over 40k plugins. In the research that I'm doing I need to identify to which plugin a commit belonged to so that is why I created this extension. It basically adds a new column to scmlog containing this information.

I'm not sure if this will be useful to other CVSAnalY users so feel free to close this PR if you think it is not.