RE: svn diff outout

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
: users@subversion.apache.org Subject: Re: svn diff outout 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 > entr

Re: svn diff outout

2012-10-30 Thread Stefan Sperling
On Tue, Oct 30, 2012 at 05:39:33PM +0100, Stefan Sperling wrote: > 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.

Re: svn diff outout

2012-10-30 Thread Stefan Sperling
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/t

RE: svn diff outout

2012-10-30 Thread Ahmed, Omair (GE Oil & Gas)
> 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

Re: svn diff outout

2012-10-30 Thread Stefan Sperling
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

Re: svn diff outout

2012-10-30 Thread Giulio Troccoli
On 30/10/12 15:39, 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? svn log -v