Re: Semantics of svn_error_t->apr_err

2013-08-18 Thread 'Daniel Shahaf'
Bert Huijben wrote on Mon, Aug 12, 2013 at 14:16:40 +0200: > > > > -Original Message- > > From: Ivan Zhakov [mailto:i...@visualsvn.com] > > Sent: maandag 15 juli 2013 18:35 > > To: Subversion Development; Daniel Shahaf > > Cc: Bert Huijben >

RE: Semantics of svn_error_t->apr_err

2013-08-12 Thread Bert Huijben
> -Original Message- > From: Ivan Zhakov [mailto:i...@visualsvn.com] > Sent: maandag 15 juli 2013 18:35 > To: Subversion Development; Daniel Shahaf > Cc: Bert Huijben > Subject: Re: Semantics of svn_error_t->apr_err > > On Wed, Jul 10, 2013 at 12:40 AM, Danie

Re: Semantics of svn_error_t->apr_err

2013-07-15 Thread Ivan Zhakov
On Wed, Jul 10, 2013 at 12:40 AM, Daniel Shahaf wrote: > Bert Huijben wrote on Tue, Jul 09, 2013 at 22:32:00 +0200: >> > -Original Message- >> > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >> > Bert Huijben wrote on Tue, Jul 09, 2013 at 20:11:57 +0200: >> > > How is this going to

Re: Semantics of svn_error_t->apr_err

2013-07-10 Thread Greg Stein
On Wed, Jul 10, 2013 at 1:08 PM, Daniel Shahaf wrote: >... > Okay. Suppose an API caller gets 120171 as the error code from > svn_ra_foo(). I ignore the question of how to recognise that 120171 is > not a Subversion error[1]. > > 1 - How does he know that 120171 is a serf error? > > 2 - Given th

Re: Semantics of svn_error_t->apr_err

2013-07-10 Thread Daniel Shahaf
Greg Stein wrote on Tue, Jul 09, 2013 at 20:59:48 -0400: > On Tue, Jul 9, 2013 at 4:40 PM, Daniel Shahaf wrote: > > Bert Huijben wrote on Tue, Jul 09, 2013 at 22:32:00 +0200: > >... > >> There is no rule that apr_err must be set to something that is defined by > >> APR or Subversion. > > Correct.

Re: Semantics of svn_error_t->apr_err

2013-07-09 Thread Greg Stein
On Tue, Jul 9, 2013 at 4:40 PM, Daniel Shahaf wrote: > Bert Huijben wrote on Tue, Jul 09, 2013 at 22:32:00 +0200: >... >> There is no rule that apr_err must be set to something that is defined by >> APR or Subversion. Correct. > I've nothing new to say. I think every svn_error_t we return from