Given two project versions, I would like to calculate code churn metrics.
EXAMPLE:
Input: Two folders containing C and Header files of two versions of the project
Output: List of number of lines added/changed/removed in each file
I tried some tools, namely, BeyondCompare and WinMerge. The problem was, the first required that the all files would be in the same directory, otherwise you can only compare them but get no metrics, the second was mainly a visualization tool, didn't give me metrics either.