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

Re: svn_error: #21055

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-04-17 14:42:08 CEST

On Tue, Apr 17, 2001 at 07:38:18AM -0500, Ben Collins-Sussman wrote:
> But Kevin is right. "Unrecognized URL scheme" that you never built
> libsvn_ra_local, because ./configure didn't find Berkeley DB.
>
> If you run `svn --version`, it will *tell* you which RA modules were
> built. (And this has nothing to do with whether you built statically,
> or whether you built dynamically and did a `make install`. The latter
> is only necessary if you want to run an svn-aware Apache on your box.)

Not quite Ben. If you build without --disable-shared, then you have to
install before you can use svn, since it tries to dynload
libsvn_ra_local.so, which it can't do from the libtool libs. You have
to install it first. I made this mistake when I first tried to test the
newly checkout-able ra_local a few weeks ago. (But yes, svn --version
will tell you what is available).

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:28 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.