Re: [PATCH] Deprecated function called in subversion/libsvn_wc/info.c svn_wc_info_dup

2013-08-21 Thread Ben Reser
On 8/21/13 10:02 AM, Gabriela Gibson wrote: > [[[ > Update call to deprecated function. > > * subversion/libsvn_wc/info.c: > (svn_wc_info_dup): Update call to deprecated function and type to > current versions. > > ]]] > : Can't do that. svn_wc_info_dup() duplicates a svn_wc_info_t struct i

Re: [PATCH] Deprecated function called in subversion/libsvn_wc/info.c svn_wc_info_dup

2013-08-21 Thread Branko Čibej
On 21.08.2013 19:02, Gabriela Gibson wrote: > [[[ > Update call to deprecated function. > > * subversion/libsvn_wc/info.c: > (svn_wc_info_dup): Update call to deprecated function and type to > current versions. > > ]]] > : You can't just replace the function like that, the svn_wc_info_t does n

[PATCH] Deprecated function called in subversion/libsvn_wc/info.c svn_wc_info_dup

2013-08-21 Thread Gabriela Gibson
[[[ Update call to deprecated function. * subversion/libsvn_wc/info.c: (svn_wc_info_dup): Update call to deprecated function and type to current versions. ]]] : Index: subversion/libsvn_wc/info.c === --- subversion/libsvn_wc/inf