As part of a code review, let me review all changes made by a single person at an svn branch Is there any order that can do this? Or I just have to mark one with their name through each revision.
Turtle SSVN is probably the easiest way to do this; You can show the log
for the branch's directory, make sure that stop-on-copy
is enabled, then use the search box to filter by the author.
From the command line, I suspect that you have some log parsing and a small script-foo. One way is to have a script call svn log
with the - xml
switch, then use some command line XML processing tools, from there the reviewer will make modifications for each modification It's a little hop to be different from the number.
Comments
Post a Comment