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

Re: Speeding up blame (fwd)

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-05-26 07:56:47 CEST

On Tue, 2004-05-25 at 16:44, Peter N. Lundblad wrote:
> Not really. As you can see below, I need svn_txdelta_window_handler_t,
> which is in svn_delta.h, which include svn_types. Hmmm...

Well, one option is to stick the type in svn_delta.h, then, although
that's a little odd.

Another option is to use an iterative iterface (a la svn_fs_history)
rather than a callback interface in libsvn_repos. Then only svn_ra
needs the callback type. Contrived? Possibly. But an iterative
interface is often easier to use than a callback interface anyway, so it
makes some sense to provide one when we can. And there's precedent for
do_log vs. svn_fs_history.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 26 07:57:17 2004

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.