Re: APR's check for installed libtool is inconsistent

2018-02-26 Thread Branko Čibej
On 26.02.2018 18:39, Julian Foad wrote: > (CC'ing Subversion as Subversion's build system both uses and kind-of > duplicates this.) > > APR's 'build/buildcheck.sh' says: > [[[ > # Require libtool 1.4 or newer > libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14` > ... > ]]] >

Re: Subversion1.10.0-rc1 up for testing/signing

2018-02-26 Thread Stefan
On 19/02/2018 17:16, Julian Foad wrote: > The 1.10.0-rc1 release artifacts are now available for testing/signing. > Please get the tarballs from >   https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. > > Thanks! Summary ---     +1 to release Platform  

APR's check for installed libtool is inconsistent

2018-02-26 Thread Julian Foad
(CC'ing Subversion as Subversion's build system both uses and kind-of duplicates this.) APR's 'build/buildcheck.sh' says: [[[ # Require libtool 1.4 or newer libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14` ... ]]] and fails if it doesn't find a 'libtool' binary at

Re: New-in-1.10 editor->apply_textdelta_stream() method

2018-02-26 Thread Branko Čibej
On 26.02.2018 13:02, Julian Foad wrote: > Julian Foad wrote: >> My suspicion was raised because I tried using >> svn_delta__get_debug_editor and it wasn't implemented in there. I >> fixed that. If that was the only place it was missing, that's fine. > > That is, I implemented

Re: New-in-1.10 editor->apply_textdelta_stream() method

2018-02-26 Thread Julian Foad
Julian Foad wrote: My suspicion was raised because I tried using svn_delta__get_debug_editor and it wasn't implemented in there. I fixed that. If that was the only place it was missing, that's fine. That is, I implemented apply_textdelta_stream() in the debug editor in r1825145. I have now