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

2010-04-12 Thread Hyrum K. Wright
+1 On Mon, Apr 12, 2010 at 10:06 AM, Julian Foad 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 > > > > * sub

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

2010-04-12 Thread Julian Foad
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. >

[PATCH] Conversion func for translating svn_wc_status3_t to svn_wc_status2_t

2010-04-12 Thread Daniel Näslund
Hi! I'm letting the func return the old struct in the same manner as svn_wc__cd2_to_cd() works for conflict_description_t. When we start replacing entries, we might need to return and error instead, but since the func will only be used in two places I can easily change parameters and return values