[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 for 'http'

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-11-11 08:59:04 CET

"ying lcs" <yinglcs@gmail.com> writes:
> I am trying to checkout code from this url:
> https://ffprobe.svn.sourceforge.net/svnroot/ffprobe/trunk/
>
> It is valid when I tried that via Firefox.
>
> But when I try to checkout from svn, I get 'Unrecognized URL scheme'.
>
> $ svn co https://ffprobe.svn.sourceforge.net/svnroot/ffprobe/trunk .
> svn: Unrecognized URL scheme for
> 'https://ffprobe.svn.sourceforge.net/svnroot/ffprobe/trunk'
>
> Can you please help?

Sounds like your version of the Subversion client was built without
SSL (https://) support. In http://svn.collab.net/repos/svn/trunk/INSTALL,
see this part:

      * OpenSSL (OPTIONAL for client and server)

         OpenSSL enables your client to access SSL-encrypted https://
         URLs (using either libneon or libserf) in addition to
         unencrypted http:// URLs. To use SSL with Subversion's
         WebDAV server, Apache needs to be compiled with OpenSSL as
         well.

You need to get a rebuilt client that has SSL support, either by
building it yourself or getting a different pre-packaged version.

Best,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 11 08:59:23 2007

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.