Have you ever wanted to know who’s the top committer in your company?
In my previous company we etablished the term “CVS King”, a title
comparable to “Employee of the month”. The developer with the
most cvs commits was the “CVS King of the month”. We determined
who was the “CSV King” using commit emails that were sent to all
developers on each cvs commit.
Two years ago we switched to Subversion, so now we’re talking
about the “Subversion King”. Naturally all this is anything but
serious ;)
Anyway, today i programmed a little php script that uses a different approach to determine who is the “Subversion King of the Month”. It’s counting the line delta directly from the svn repository using svnlook. So the developer with the most lines added to …
[Read more]