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

ouch

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-12-10 23:50:18 CET

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
Received on Tue Dec 10 23:53:01 2002

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.