SVN Attribution Plugin?

Posted by Rosarch on Stack Overflow See other posts from Stack Overflow or by Rosarch
Published on 2010-05-14T02:13:54Z Indexed on 2010/05/14 2:24 UTC
Read the original article Hit count: 262

Filed under:
|
|

I'm using SVN with Google Code Project Hosting for a school project. As the codebase increases in size, I often find myself wondering questions like:

  • "who originally checked in this line of code?"
  • "who has been checking in the most code recently?"
  • "Of the final product, how much of it was written by Person X?"
  • "Which coder is best at adhering to the coding conventions?"

Is there any plugin available to do this? (If not, I would be interested in developing one myself. Any ideas on where to get started on that?)

We're using Visual Studio 2008 with the AnkhSVN plugin.

© Stack Overflow or respective owner

Related posts about svn

Related posts about code-analysis