> -----Original Message-----
> From: stefan2_at_apache.org [mailto:stefan2_at_apache.org]
> Sent: donderdag 10 september 2015 20:14
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1702305 -
> /subversion/trunk/subversion/libsvn_subr/stream.c
>
> Author: stefan2
> Date: Thu Sep 10 18:13:52 2015
> New Revision: 1702305
>
> URL: http://svn.apache.org/r1702305
> Log:
> APR file based streams shall not superficially support read or write
> functions when we know that the APR file itself does not. Instead,
> they will now return a "not supported" stream error.
>
> Note that this check is not perfect for arbitrary APR file handles
> (may enable more functions than the handle actually supports) but
> works correctly for our STD* streams and the files opened through
> our svn_io_* API.
This patch breaks JavaHL's tunnel tests on at least one buildbot.
https://ci.apache.org/builders/svn-x64-centos-gcc/builds/277/steps/Test%20bindings%20fsfs%2Bra_serf/logs/stdio
(The JavaHL tests PASS on Windows)
Bert
Received on 2015-09-10 21:00:57 CEST