[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 20 Sep 2012 22:35:08 +0100

cmpilato_at_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))
Received on 2012-09-20 23:35:43 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.