[Teammetrics-discuss] Back to square one for commit stat.

Sukhbir Singh sukhbir.in at gmail.com
Thu Oct 20 19:33:17 UTC 2011


Hi,

Remember the diff we were calculating for testing. Well, it was supposed to be:

    svn diff -c

And not:

   svn diff -r

I had messed them up and now when I was getting weird results, I
looked at the man pages and realized my mistake! So the code was right
but I was testing it using '-r' which was incorrect. I feel stupid!

So now, we are somewhat back to square one because we don't know why
the script stops. We thought it was the size of the commits but that
is incorrect. Like for the 'pkg-perl' example, 'svn diff -r' gives the
diff between the given revision and the current one. We don't need
that. We need changes per revision.

Don't worry, I am not going to stop until I fix it :)



More information about the Teammetrics-discuss mailing list