[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: Rick Jones <rick.jones2_at_hp.com>
Date: 2007-06-02 02:05:11 CEST

Karl Fogel wrote:
> Rick Jones <rick.jones2@hp.com> 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'

rick jones

---------------------------------------------------------------------
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:05:37 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.