On Thu, Mar 11, 2010 at 05:44:18PM -0500, Greg Stein wrote:
> > [[[
> > As part of WC-NG, remove some uses of svn_wc_entry_t.
> >
> > * subversion/include/svn_wc.h
> > (svn_wc_revision_status2): Add note about us returning
> > SVN_ERR_WC_PATH_NOT_FOUND.
> > * subversion/libsvn_wc/revision_status.c
> > (status_baton): Rename this...
> > (walk_baton): .. to this.
> > (analyze_status): Change this to implement svn_wc__node_func_t and use
> > WC-NG funcs instead of information in svn_wc_entry_t.
> > (svn_wc_revision_status2): Use svn_wc__node_walk_children() instead of
> > svn_wc_walk_status() to spare us from the overhead of invoking an
> > editor.
> > ]]]
> Per IRC, you've got my +1 to commit.
>
> There are some other minor improvements, but let's get this in first.
> I can respond to the commit message.
Committed in r922176.
Received on 2010-03-12 09:24:20 CET