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
On 02.01.2018 13:43, Nagy Peter wrote: > Dear Julian, > > I summarized and enclosed the description of my problem. Could you please > have a look at it? [Please PLEASE do not attach text that belongs in the body of the mail, as it's really hard to quote from there.] > Let's suppose the following

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

2018-01-02 Thread Nagy Peter
Dear Julian, I summarized and enclosed the description of my problem. Could you please have a look at it? Thanks in advance! Peter -Original Message- From: Julian Foad [mailto:julianf...@apache.org] Sent: Tuesday, January 02, 2018 12:56 PM To: Nagy Peter Cc: dev@subversion.apache.org

Re: shelve is (surprisingly) sensitive to working directory

2018-01-02 Thread Julian Foad
James McCoy wrote: While messing around with things recently, I decided to try out shelve to save some of my pending changes. Thanks for trying it! [...]> jamessan@freya:~/src/apache.org/subversion/trunk$ ./subversion/svn/svn shelve demo C /home/jamessan/src/apache.org/subversion/su

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
Dear Julian, 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 files beei

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

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

2018-01-02 Thread Nagy Peter
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 displays at least the

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

Re: org.apache.subversion.javahl.ClientException: Found invalid algorithm in certificate

2018-01-02 Thread Marc Strapetz
Marc, please let us know if you learnt any more about this problem. Unfortunately we didn't make progress here since my posting. -Marc On 02.01.2018 11:26, Julian Foad wrote: Ping! Anyone? (I noticed this message had no response on the list so far.) Marc, please let us know if you learnt an

Re: org.apache.subversion.javahl.ClientException: Found invalid algorithm in certificate

2018-01-02 Thread Julian Foad
Ping! Anyone? (I noticed this message had no response on the list so far.) Marc, please let us know if you learnt any more about this problem. Thanks, - Julian Marc Strapetz wrote: One of our users is encountering following exception: svn: Java exception svn: Wrapped Java Exception   at org

Re: svn commit: r1818995 - in /subversion/branches/swig-py3: build/ac-macros/swig.m4 subversion/bindings/swig/include/proxy.py subversion/bindings/swig/include/proxy.swg

2018-01-02 Thread Branko Čibej
On 31.12.2017 03:05, Troy Curtis Jr wrote: > > This all makes sense and seems nice on the surface, but I'm not > sure we > can just change the behaviour of the bindings from old-style to > new-style classes in a Python 2.x build. There are enough subtle > differences in behaviou