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

Re: more Unrecognized URL scheme

From: Michael W Thelen <mike_at_pietdepsi.com>
Date: 2005-06-07 23:35:10 CEST

Garret Wilson wrote:
> I've been using svn 1.0.x (I think) for some time on my Linux server.
> Today I upgraded to r15001. I rebuilt, using the same Apache,
> BerkeleyDB, and neon configuration as before. Now I try to do "svn up"
> and get:
>
> svn: Unrecognized URL scheme for 'http://svn.collab.net/repos/svn/trunk'

This means that your svn client cannot find the ra_dav library, which
provides support for the "http" scheme.

> My svn library files rae in /usr/local/lib. What's the problem?

Is libsvn_ra_dav-1.so in there? I would guess that it's missing.

> The following repository access (RA) modules are available:
>
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme

When ra_dav is available, you'll also see this:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme

What was the command you used to build the Subversion client? Did you
pass the --without-neon flag, or did the build process give any errors
about not being able to find the neon library? (Neon is the HTTP
library used by ra_dav.)

-- 
Michael W Thelen
It is a mistake to think you can solve any major problems just with
potatoes.       -- Douglas Adams
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 23:38:05 2005

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.