On Tue, 17 May 2005, Greg Hudson wrote:
> On Tue, 2005-05-17 at 15:21 +0200, Peter N. Lundblad wrote:
> > Yes, so from an API perspective it is wrong to call svn_ra_initialize from
> > a program that doesn't directly use libsvn_ra.
>
> I'm not quite sure what you mean by this statement. It sounds like we
> have to link against -lsvn_ra if we use svn_ra_initialize (on some
> platforms), but I don't think it's wrong for a 1.2 program to call
> svn_ra_initialize if it doesn't directly call any other svn_ra
> functions.
>
It is more a philosofical argument. If I use library A which uses library
B (as more or less an implementation detail), should I have to initialize
B? We both want to avoid any initialization calls at all, but that's
another story.
Regards,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 17 20:22:17 2005