You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2012/09/20 23:35:08 UTC

Re: svn commit: r1384899 - /subversion/branches/inheritable-props/subversion/libsvn_ra/compat.c

cmpilato@apache.org wrote on Fri, Sep 14, 2012 at 19:50:46 -0000:
> Author: cmpilato
> Date: Fri Sep 14 19:50:45 2012
> New Revision: 1384899
> 
> URL: http://svn.apache.org/viewvc?rev=1384899&view=rev
> Log:
> On the 'inheritable-props' branch: Fix the fallback logic for
> svn_ra_get_inherited_props() to also ignore SVN_ERR_RA_DAV_FORBIDDEN
> errors.  (Why, again, do we have to have two different error code to
> mean, "No, you can't see that"?)
> 

Don't know, but it sounds like a sibling to SVN_ERR_IS_LOCK_ERROR() is
in order.

> +          if ((err->apr_err == SVN_ERR_RA_NOT_AUTHORIZED)
> +              || (err->apr_err == SVN_ERR_RA_DAV_FORBIDDEN))