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

Re: Unrecognized URL scheme

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-05-25 18:40:40 CEST

On 2005-05-25 11:30-0500, Ed Davison wrote:
> I am getting the following error when trying to checkout
> portage-gentopia with subversion:
>
> https://dev.cardoe.com/svn/overlay/ portage-gentopia svn: Unrecognized
> URL scheme 'https://dev.cardoe.com/svn/overlay'
>
> A search of the web shows that the plugins not being available or
> compiled in is the trouble for this but as you can see below the plugs
> are available.

No, It's not. =)

> The following repository access (RA) modules are available:
>
> * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
> protocol. - handles 'http' schema
> ...

You are missing https schema, which is caused by the fact that neon (a
library used by svn) is missing ssl support.

> I am not sure where to go next to figure out the problem.

How did you compile SVN and neon? By hand or by using emerge? Try
figure out why neon doesn't have ssl support, and you should be good.

You should have following output for svn --version:
...
The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
  protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* 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

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 25 18:44:03 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.