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

Re: r442- Unrecognised URL scheme for default!

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-11-15 15:20:49 CET

Subversion tries to dynamically load modules for different types of
repository access. If you built with shared libraries (the default), and then
either didn't install them, or installed them to a location which is not
in /etc/ld.so.conf, or LD_LIBRARY_PATH, subversion will not be able to find
the library.

Try 'export LD_LIBRARY_PATH=/usr/local/lib'

Then run 'svn --version' You should see something like this:

Subversion Client, version M5
   compiled Nov 12 2001, 09:25:46

Copyright (C) 2000-2001 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema

The important part is that ra_dav is listed as an available module.

Time to add something to INSTALL about this.

On Thu, Nov 15, 2001 at 12:29:14PM +0100, Bernhard Reiter wrote:
> Following the instructions from:
> http://subversion.tigris.org/
> I encountered the following problem when giving subversion my first spin.
>
> Symptoms: Checking out the latest Source does not work as documented.
>
> subversion-r442/subversion/clients/cmdline/svn co http://svn.collab.net/repos/svn/trunk/ -d subversion
>
> svn_error: #21068 : <Bad URL passed to RA layer>
> Unrecognized URL scheme: http://svn.collab.net/repos/svn/trunk
>
> from config.log:
> $ ./configure
>
> ## ---------- ##
> ## Platform. ##
> ## ---------- ##
>
> hostname = albunea.hq
> uname -m = ppc
> uname -r = 2.4.4-pre6
> uname -s = Linux
> uname -v = #4 Thu Apr 26 11:08:24 CEST 2001
>
> Reading specs from /usr/lib/gcc-lib/ppc-redhat-linux/2.95.3/specs
> gcc version 2.95.3 20001130 (prerelease/franzo/20001204)
>
>
> configure:9776: WARNING: we have configured for a client-only build
>
> It complies nicely.
> I can say "make check" which irritated me as
> I only have python1.5.2 installed and got no warning.
> According to the INSTALL file I would have needed python 2.1 at least.
>
> The following tests all ran fine:
> stringtest
> hashdump-test
> path-test
> random-test
> svn-test2.sh
> svn-test.sh
> target-test.sh
>
>
> I have no idea which kind of bug it is.
> It might as well be a documentation or configuration bug.
>
> Best,
> Bernhard
> ps.: I am not on dev@, please cc relevant replies.
> --
> Professional Service around Free Software (intevation.net)
> The FreeGIS Project (freegis.org)
> Association for a Free Informational Infrastructure (ffii.org)
> FSF Europe (fsfeurope.org)

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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:48 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.