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

Re: svn commit: rev 4621 - in trunk/subversion: include libsvn_client clients/cmdline svnversion

From: <kfogel_at_newton.ch.collab.net>
Date: 2003-01-30 18:31:54 CET

Philip Martin philip@codematters.co.uk writes:
 I was surprised when the context baton turned up in libsvn_client, I
 always assumed that it would get passed into libsvn_wc, and possibly
 other libraries as well
 
 http://subversion.tigris.org/servlets/ReadMsg?list=devmsgId=210229

Hmmm. I had thought: we'll have a client_ctx object, and then bits
from that object will get passed individually into libsvn_wc where
necessary.

If that proves to be unwieldy (in the sense of too many arguments to
libsvn_wc functions), we could genericize the ctx object and just pass
it directly, but could we first see if that's necessary? It would be
nice to keep our interfaces targeted, so people can tell what's being
passed around.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:25:52 2006

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.