How do I see what files were changed between 2 revisions?

前端 未结 7 2095
故里飘歌
故里飘歌 2020-12-30 01:05

I just want to see what files were modded/added/deleted between 2 arbitrary revisions. How do I do this?

Can I do this in tortoise as well?

7条回答
  •  悲&欢浪女
    2020-12-30 01:27

    This worked for me on windows

    1. Go to your folder where you have the repository,
    2. right click and select SVN Show log,
    3. In the dialog box there is a "Show Range" button, click it and fill Start Revision = {your revision} and End Revision = {your revision}
    4. Select the Start and Date range as per your need

    Note: {your revision}=provide the revision number for atleast one of your file changes. All files associated with that revision should get listed.

提交回复
热议问题