> -----Original Message-----
> From: i...@apache.org [mailto:i...@apache.org]
> Sent: maandag 17 oktober 2016 15:49
> To: comm...@subversion.apache.org
> Subject: svn commit: r1765286 - in /subversion/trunk/subversion:
> include/svn_xml.h libsvn_subr/xml.c tests/libsvn_subr/xml-test.c
> 
> Author: ivan
> Date: Mon Oct 17 13:49:05 2016
> New Revision: 1765286
> 
> URL: http://svn.apache.org/viewvc?rev=1765286&view=rev
> Log:
> Implement standard lifetime semantics for svn_xml_parser_t: the object will be
> automatically freed on pool cleanup. But it still can be freed explicitly
> using svn_xml_free_parser(). It's the same behavior we already have for
> svn_sqlite__db_t and similar.

Are you planning a new use of this api?

It is currently only used by subversion/libsvn_wc/old-and-busted.c, and I don't 
think we should really spend time optimizing that specific usecase (reading pre 
1.4 working copies)

        Bert

Reply via email to