[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: bug about svn diff --summarize

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 22 Aug 2014 07:25:54 -0400

On Thu, Aug 21, 2014 at 10:05 PM, 李猛超 <lmc12030218_at_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.
Received on 2014-08-22 13:27:03 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.