On Fri, May 7, 2010 at 1:34 PM, <gstein_at_apache.org> wrote:
> Author: gstein
> Date: Fri May 7 18:34:12 2010
> New Revision: 942170
>
> URL: http://svn.apache.org/viewvc?rev=942170&view=rev
> Log:
> Remove a couple internal props functions.
>
> * subversion/libsvn_wc/props.h:
> (svn_wc__has_props): removed
> (svn_wc__wcprop_set): declaration removed.
>
> * subversion/libsvn_wc/props.c:
> (svn_wc__wcprop_set): renamed to ...
> (wcprop_set): ... this. made static. added comment about the
> transaction-ness of this function.
> (svn_wc__internal_propset): track rename to wcprop_set
> (svn_wc__has_props): removed
>
> * subversion/libsvn_wc/status.c:
> (assemble_status): alter call to __has_props by fetching the pristine
> and current set of properties for the node. leave a note that we
> cannot (yet) rely on these for the __props_modified call.
>
> Modified:
> subversion/trunk/subversion/libsvn_wc/props.c
> subversion/trunk/subversion/libsvn_wc/props.h
> subversion/trunk/subversion/libsvn_wc/status.c
...
I think this is causing the JavaHL test failure, namely that status now
fails on a missing, schedule-delete directory. Could this be a connection?
-Hyrum
Received on 2010-05-11 17:38:00 CEST