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

前端 未结 7 1989
故里飘歌
故里飘歌 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
    
    0 讨论(0)
提交回复
热议问题