SVN - reviewing changes made by a specific person
I have two programmers who make changes to the same project. Their commits interchange, but they mostly work on different parts of the project (although very often they modify the same files): Commit 1 - Programmer A Commit 2 - Programmer A Commit 3 - Programmer B Commit 4 - Programmer A Commit 5 - Programmer B Commit 6 - Programm...