Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-11 Thread Stefan Fuhrmann
On Fri, Sep 11, 2015 at 11:05 AM, Stefan Fuhrmann < stefan.fuhrm...@wandisco.com> wrote: > On Fri, Sep 11, 2015 at 11:01 AM, Branko Čibej wrote: > >> On 10.09.2015 23:50, Evgeny Kotkov wrote: >> > Stefan Fuhrmann writes: >> > >> > + * Special files like STDIN will have no flags set at all. In

Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-11 Thread Stefan Fuhrmann
On Fri, Sep 11, 2015 at 11:01 AM, Branko Čibej wrote: > On 10.09.2015 23:50, Evgeny Kotkov wrote: > > Stefan Fuhrmann writes: > > > > + * Special files like STDIN will have no flags set at all. In that > case, > > + * we can't filter and must allow any operation - which may then fail > at >

Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-11 Thread Branko Čibej
On 10.09.2015 23:50, Evgeny Kotkov wrote: > Stefan Fuhrmann writes: > > + * Special files like STDIN will have no flags set at all. In that case, > + * we can't filter and must allow any operation - which may then fail at > + * the APR level further down the stack. > + */ > + apr_uint32_t

Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-10 Thread Evgeny Kotkov
Stefan Fuhrmann writes: + * Special files like STDIN will have no flags set at all. In that case, + * we can't filter and must allow any operation - which may then fail at + * the APR level further down the stack. + */ + apr_uint32_t flags = apr_file_flags_get(file); + svn_boolean_t sup

Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-10 Thread Branko Čibej
On 10.09.2015 21:40, Branko Čibej wrote: > On 10.09.2015 21:06, Stefan Fuhrmann wrote: >> On Thu, Sep 10, 2015 at 9:00 PM, Bert Huijben wrote: >> -Original Message- From: stef...@apache.org [mailto:stef...@apache.org] Sent: donderdag 10 september 2015 20:14 To: comm...@

Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-10 Thread Branko Čibej
On 10.09.2015 21:06, Stefan Fuhrmann wrote: > On Thu, Sep 10, 2015 at 9:00 PM, Bert Huijben wrote: > >> >>> -Original Message- >>> From: stef...@apache.org [mailto:stef...@apache.org] >>> Sent: donderdag 10 september 2015 20:14 >>> To: comm...@subversion.apache.org >>> Subject: svn commit:

Re: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-10 Thread Stefan Fuhrmann
On Thu, Sep 10, 2015 at 9:00 PM, Bert Huijben wrote: > > > > -Original Message- > > From: stef...@apache.org [mailto:stef...@apache.org] > > Sent: donderdag 10 september 2015 20:14 > > To: comm...@subversion.apache.org > > Subject: svn commit: r1702305 - > > /subversion/trunk/subversion/l

RE: svn commit: r1702305 - /subversion/trunk/subversion/libsvn_subr/stream.c

2015-09-10 Thread Bert Huijben
> -Original Message- > From: stef...@apache.org [mailto:stef...@apache.org] > Sent: donderdag 10 september 2015 20:14 > To: comm...@subversion.apache.org > Subject: svn commit: r1702305 - > /subversion/trunk/subversion/libsvn_subr/stream.c > > Author: stefan2 > Date: Thu Sep 10 18:13:52