You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/12/10 22:50:18 UTC

ouch

I'm reading the doc string for get_commit_editor(), our primary RA
commit interface in svn_ra.h.

It's talking about three functions that are NO LONGER present:
get_func, set_func, close_func.  I can't *believe* we let this doc
string get so out of date... it's embarrassing!

IIRC, get_func and set_func are now living within a general
ra_callbacks vtable that libsvn_client passes to RA->open().  How
about close_func, though?  In olden days, the RA layer used to
maintain a list of committed items and then do post-commit processing
this way.  I think nowadays libsvn_client just takes the
*new_rev/*author/*date info and does the bumping itself?  Is that
right?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org