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

Re: svn diff outout

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 30 Oct 2012 17:39:33 +0100

On Tue, Oct 30, 2012 at 12:25:59PM -0400, Ahmed, Omair (GE Oil & Gas) wrote:
> This is command returns a double entry for each of the files which
> changed between two versions. The Tortoise client displays a single
> entry.
>
> c:\>svn diff --summarize -r 3:7
> https://x.x.com/svn/muxbopcs_svn/trunk/GEMUX/LocalScreens
> https://x.x.com/svn/muxbopcs_svn/trunk/GEMUX/LocalScreens >
> c:\temp\rel1.6.txt
>
> Do you know why that is happening?

I don't know. It does not do that for me.

This command, using a public URL, prints one changed file, which is correct:
  svn diff --summarize -c 1403696 https://svn.apache.org/repos/asf

(-c 1403696 means the same as -r 1403695:1403696)

Can you provide a reproduction recipe for your problem that I can try
out on my own machine?
Received on 2012-10-30 17:40:22 CET

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.