You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Reuben Sivan <li...@reubensivan.com> on 2005/03/10 23:30:06 UTC

Unrecognized URL scheme

I recently configured our svn server to https-only.

My Windows-based clients (both tortoise and the svn command line) work fine
with that, however my Linux-based svn client does not work:

  > svn co https://myserver/...  (from Linux)
  Unrecognized URL scheme 'https://myserver/...'

  > svn --version (on windows)
  * ra_dav...
    - handles http...
    - handles https...

  > svn --version (on Linux)
  * ra_dav...
    - handles http...
    (no https)

Does anyone know how to configure the client so it will associate ra_dav
with https as well as http?

Thanks.
   Reuben


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org