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

Re: svn_ra.h

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-11-28 06:11:07 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> >> apr_dso.h
>
> > Right. I figured. :)
>
> I think we'd be more portable on the client side, more resilient to
> installation errors, and less likely to yield confusing error messages
> to the user if we committed to linking all the repository access
> methods into the client binary. I don't see what dynamic loading buys
> us.

Uh, but the problem is that we're going to have three shared libraries
that contain different implementations of the *same* symbol. They're
mutually exclusive, so they can't specify them all as dynamic
dependencies. Right? The binary needs to selectively load and unload
them.
Received on Sat Oct 21 14:36:15 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.