[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH][merge-tracking]ra_dav mergeinfo accumulation over 'stringbuf' rather than a 'char *'

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-11-21 18:57:49 CET

On Tue, 21 Nov 2006, Kamesh Jayachandran wrote:

> Accumulate the mergeinfo with stringbuf rather than char*.
>
> * subversion/libsvn_ra_dav/mergeinfo.c
> (struct mergeinfo_baton):
> Change type of 'curr_info' from 'const char*' to 'svn_stringbuf_t'.
> (start_element):
> set 'curr_info' empty.
> (end_element):
> Fix for 'curr_info' type change.
> (cdata_handler):
> Fix for 'curr_info' type change.
> (svn_ra_dav__get_merge_info):
> We already initialize 'struct mergeinfo_baton' 's members to NULL.
> No need to do it once more.
> Initialize 'struct mergeinfo_baton' 's curr_info with empty buffer.

Great patch submission, Kamesh. Committed to the branch in r22376.

  • application/pgp-signature attachment: stored
Received on Tue Nov 21 18:59:41 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.