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

前端 未结 7 2087
故里飘歌
故里飘歌 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:39

    If you want a concise list of files without the times and commit messages, you can do it like this:

    svn diff -r X:Y --summarize
    

提交回复
热议问题