On Thu, Aug 21, 2014 at 10:05 PM, ζηθΆ
<lmc12030218@163.com> wrote:
> Hello:
>
> If I have a file at version 1. then I modefy and commit it, get version
> 2, Now I make the file be same as version 1 and commit, get version 3.
> Running "svn diff -r 1", I will get no changes, but "svn diff -r 1
> --summarize" will get the file is modefied.
That's exactly how it's supposed to work. The file *did* change
between r1 & r3 (the log says so), but the contents were eventually
the same again (a diff shows no net change). --summarize doesn't
calculate a full diff of every file between those 2 revisions, AFAIK.
|