As part of a code review, I need to review all the changes made by a single person to an svn branch. Is there a single command that can do this? Or will I have to just go through each revision marked with their name one by one.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
TortoiseSVN is probably the easiest way to do it; you can From the command line, I suspect you have some log parsing and a little script-fu to do. One way would be to have a script call |
|||
|
|