You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <da...@elego.de> on 2012/04/25 10:39:42 UTC

Re: svn commit: r1330014 - in /subversion/trunk/subversion: include/svn_editor.h libsvn_delta/editor.c

gstein@apache.org wrote on Tue, Apr 24, 2012 at 21:00:49 -0000:
> Author: gstein
> Date: Tue Apr 24 21:00:48 2012
> New Revision: 1330014
> 
> URL: http://svn.apache.org/viewvc?rev=1330014&view=rev
> Log:
> Allow an editor implementation to retrieve its baton from outside of
> the callbacks.
> 
> * subversion/include/svn_editor.h:
> * subversion/libsvn_delta/editor.c:
>   (svn_editor_get_baton): new function

Document somewhere (in the #svn_editor_t comment?) that it's safe to
call it after svn_editor_complete()?