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

Re: multiple versions of bdb, svn on one box

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2003-01-17 10:22:27 CET

--On Friday, January 17, 2003 12:46 AM -0800 solo turn
<soloturn99@yahoo.com> wrote:

> how is it possible to use two different versions of svn in the same
> httpd, like a svn_mod_dav.so, and a svn_mod_dav_dev.so? or svn1.0,
> and svn1.1?

You can't have them in the same executable if they have any symbols
in common. The runtime linker will either error out, or will just do
ill-defined things.

Some OSes have two-level namespaces, but those are rare. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 17 10:23:24 2003

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.