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

libsvn_repos: understanding delta.c vs reporter.c

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-11-22 23:50:38 CET

What's up with svn_repos_dir_delta[2] (libsvn_repos/delta.c)? It
seems to me like it does a subset of the functionality of the reporter
mechanism (libsvn_repos/reporter.c), with a completely duplicated
implementation. It also seems like it isn't used much: just in
svn_repos_dump_fs2, and in one bit of of the update report in
mod_dav_svn. Is its implementation actually semantically different
from the implementation of the reporter, or can it be reimplemented as
a wrapper around the reporter? Is the separation just for historical
reasons?

(There are also many places in the code that refer to
svn_repos_dir_delta[2] in comments, but which appear to be wrong
because it's actually the reporter that implements what it is
referring to...)

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 22 23:50:47 2007

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.