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

Re: [ghudson@MIT.EDU: Re: svn commit: rev 3110 - trunk/subversion/include]

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-09-04 17:51:03 CEST

On Wed, 2002-09-04 at 00:26, Gerald Richter wrote:
> The problem arises when this functions in turn call a callback where you
> need the OBJ

Subversion callbacks are always careful to include a "baton" (read
"userdata") field, which you could use to pass the OBJ.

A brief look at mod_dav suggests that it might not be so clever; for
instance, dav_hooks_repository appears to define many functions which
take dav structures and informational arguments, but no user data
arguments. That looks like a problem, but not a problem which is in
scope for this list.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 17:51:42 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.