I have been asked to review the changes made in SVN revision number 123, 178, 199, 245 and 288 - which are all the commits related to a specific feature. What is the reasonable
After digging around in IntelliJ idea I found a nice solution to this:
Select Version Control | Show Changes View.
On the left hand side you select repository and click all of the revisions you want to review.
In the right hand pane you will get a list of all the files that are affected by the revisions you have selected. When you choose "diff" you will see the internal changes in the selected changesets. Internal re-works that occur within the commits are not shown (as can be expected)