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

Unrecognized URL scheme

From: Reuben Sivan <lists_at_reubensivan.com>
Date: 2005-03-11 00:30:06 CET

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
Received on Fri Mar 11 00:32:44 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.