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

Re: anyone else seen this assertion error?

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-02 02:44:08 CEST

On Jun 1, 2007, at 19:05, Rick Jones wrote:

> Karl Fogel wrote:
>> Rick Jones writes:
>>> I just checked-out the latest TOT and built it but didn't do the
>>> make
>>> install. In the past when I would do that (on HP-UX at least, I've
>>> always "apt-got" on Debian) I could run ./subversion/svn/svn but
>>> here
>>> it seems I cannot:
>> I believe this might be a Debian-specific problem whereby a
>> built-but-not-installed version of a program that uses shared
>> libraries tries to load the libraries of another, installed
>> version of
>> the same program.
>> I run Debian too, here's what I do as root to get around this
>> sometimes:
>> # cd /usr/
>> # mkdir lib/safe-svn-libs
>> # mkdir bin/safe-svn-bins
>> # cp lib/libsvn_* lib/safe-svn-libs
>> # cp bin/svn* bin/safe-svn-bins
>> # rm lib/libsvn_*
>> # rm bin/svn*
>> Then they don't interfere, I do my testing, and restore.
>> Be careful if you try this route!
>
> That seems to have gotten me farther. I take it I may have missed
> an option on configure when I built the TOT svn?
>
> raj_at_tardy:~/svn_tot$ svn co http://www.netperf.org/svn/sandbox/
> trunk /tmp/sandbox_play
> svn: Unrecognized URL scheme for 'http://www.netperf.org/svn/
> sandbox/trunk'

That means Subversion couldn't find the Neon library when it was built.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 2 02:44:53 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.