Re: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Troy Curtis Jr
On Tue, Jan 2, 2018 at 7:03 AM Branko Čibej wrote: > On 02.01.2018 13:43, Nagy Peter wrote: > > > It only shows that the two are not the same, but nothing more. If I > change the left and right side, > > the output also changes, as follows: > > svn diff --summarize --ignore-properties https:///D

Re: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Branko Čibej
to the trunk. For that you could also use 'svn merge --dry-run' or 'svn mergeinfo'. -- Brane > -----Original Message- > From: Julian Foad [mailto:julianf...@apache.org] > Sent: Tuesday, January 02, 2018 12:56 PM > To: Nagy Peter > Cc: dev@subversion.a

RE: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Nagy Peter
@subversion.apache.org Subject: Re: [PATCH] svn diff --summarize changed to show left and right revision numbers Nagy Peter wrote: > i sent the patch too early, it doesn't work in each cases. Unfortunatelly the > revision numbers are not set correctly because in some cases the left and > right revisio

Re: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Julian Foad
Nagy Peter wrote: i sent the patch too early, it doesn't work in each cases. Unfortunatelly the revision numbers are not set correctly because in some cases the left and right revision numbers both contain the latest revision number of the repository instead of the revision numbers of the file

RE: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Nagy Peter
PATCH] svn diff --summarize changed to show left and right revision numbers Nagy Peter wrote: > Dear Patch Manager, > > i would like to submit the attached patch. When comparing > tags/branches with trunk it is very useful to see which branch has > actually been modified. The ori

Re: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Julian Foad
(My empty reply was accidental.) - Julian

Re: [PATCH] svn diff --summarize changed to show left and right revision numbers

2018-01-02 Thread Julian Foad
Nagy Peter wrote: Dear Patch Manager, i would like to submit the attached patch. When comparing tags/branches with trunk it is very useful to see which branch has actually been modified. The original implementation shows always the left side of the comparison as modified. The above patch disp