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? -----Original Message----- From: Stefan Sperling [mailto:s...@elego.de] Sent: Tuesday, October 30, 2012 10:52 AM To: Ahmed, Omair (GE Oil & Gas) Cc: users@subversion.apache.org Subject: Re: svn diff outout On Tue, Oct 30, 2012 at 11:39:52AM -0400, Ahmed, Omair (GE Oil & Gas) wrote: > Hello, > > > > Is there a way to get (via cmd line) a list of files that have changed > between revisions, instead of the content of the files? Yes, there is: svn diff --summarize -r REV1:REV2 URL