Seeing a combined diff of many commits in subversion?

前端 未结 6 818
死守一世寂寞
死守一世寂寞 2021-02-05 20:23

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

6条回答
  •  忘了有多久
    2021-02-05 21:02

    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)

提交回复
热议问题