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

Re: [RFC] Streamlining Binding Installation

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-09-02 22:36:44 CEST

--On Thursday, September 2, 2004 3:25 PM -0500 "C. Michael Pilato"
<cmpilato@collab.net> wrote:

> That's the caveat that keep me down. We need to be able to do
> in-place (that is, in-build-dir) testing before folks install.

Without tossing libtool, I don't think so.

The only way the regular tests work is that they call out to our svn*
executables which happen to be libtool shell scripts that tweak the
environment and binaries (!) that trick the system into thinking it's loading
from the installed directory. (Take a look and you'll see what I mean.) And
note that the in-place testing we do now doesn't necessarily work on all OSes
either. libtool doesn't know how to trick Mac OS X into ignoring the
installed libraries - so test cases always fail for me until I install.

Python, Java, and Perl are going to require an even greater level of trickery.
I'll note that httpd's test suite is a standalone suite that requires
installation. I just think we're going to end up with the same solution (by
and large) for our bindings. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 2 22:36:47 2004

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.