----- Original Message -----
From: "Philip Martin" <philip@codematters.co.uk>
> "SteveKing" <steveking@gmx.ch> writes:
>
> > - taking the callback definition out of the svn_wc.h and putting
> > it into svn_client.h since the callback wouldn't be used only
> > to indicate changes in the working copy but on other occasions too
> > (like the export command which doesn't change the working copy).
>
> I don't think you can do that, the callback gets called by the wc
> code, so it can't go in the client code. libsvn_client is built on
> libsvn_wc, not vice versa.
>
Right now, yes. It's only called from libsvn_wc. But to extend it
(which was the reason for this discussion in the first place)
it will soon be used from other libraries as well (I hope).
So svn_wc.h would be the wrong place?
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 12 22:28:37 2003