You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2010/04/12 11:32:50 UTC

Re: [PATCH] Conversion func for translating svn_wc_status3_t to svn_wc_status2_t

+1

On Mon, Apr 12, 2010 at 10:06 AM, Julian Foad <ju...@btopenworld.com>wrote:

> Daniel Näslund wrote:
> > [[[
> > Follow-up to r932571. Since converting a svn_wc_status3_t struct to a
> > svn_wc_status2_t dito will be a pretty complex operation, we create a
> > function to handle it.
>
> +1.
>
> - Julian
>
>
> > * subversion/include/private/svn_wc_private.h
> >   (svn_wc__status2_from_3): New.
> >
> > * subversion/libsvn_wc/util.c
> >   (svn_wc__status2_from_3): New.
> >
> > * subversion/libsvn_wc/deprecated.c
> >   (status4_wrapper_func): Call the new func.
> >
> > * subversion/libsvn_client/deprecated.c
> >   (status4_wrapper_func): Call the new func.
> >
> > Suggested by: gstein
> > ]]]
>
>
>