[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: <cmpilato_at_collab.net>
Date: 2001-11-15 15:24:54 CET

Bernhard Reiter <bernhard@intevation.de> writes:

> 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/rep=
> os/svn/trunk/ -d subversion
>
> svn_error: #21068 : <Bad URL passed to RA layer>
> Unrecognized URL scheme: http://svn.collab.net/repos/svn/trunk

It looks like perhaps your ra_dav library did not compile properly.
If you run `svn --version` you should see:

   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

If you don't see the ra_dav listing, something failed to build. If
you DO see ra_dav listed there... well, that make the problem a litter
harder to find.

> 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

You only need Python 2.1 for the tests which are written in Python.
Those would be the 5 or 6 tests you *don't* have listed as having
"all run fine." :-)

At any rate, check that `svn --version` output and see if that
indicates a missing ra_dav library.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
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.