Possible Duplicate:
How to give credit / keep track of contributions?

We're using Redmine & SVN to manage a community project with lots of small code submissions. Starting to run into the problem of losing track of who coded what part, as often times code is added by someone other than the person who coded it, pulled from many places etc.

I'm looking for some interesting ideas to keep track of and give credit to various people for each commit.

This would need to be something not tied to the commit comment (as nearly 600 commits in this would be starting).

Is there anything similar to this currently in existence? Spent a few hours on sourceforge to no avail

link|improve this question
Java, C++, Ruby, Python ? – khmarbaise Mar 17 '11 at 17:13
Good question, I'm really not particular. Any web based suggestions or starting points would be helpful. – user664730 Mar 17 '11 at 18:29
feedback

closed as exact duplicate by Jeff Atwood Aug 21 '11 at 11:38

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

If I'm committing the code I'll usually add a note in the commit logs like "Contributed by: John Doe, a_user, and Foo Bar".

For code that is already committed, I try to thank the people in the issue notes.

For historic commits like your 600 here, maybe you could just start a Wiki page in Redmine and put peoples names in there. Simple is usually best.

It's difficult to associate a specific piece of code with an author most times, especially as that code ages, moves around, and is refactored.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.