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

https URL scheme

From: <garret_at_globalmentor.com>
Date: 2003-01-29 07:15:03 CET

Does svn recognize the https URL scheme? I issue on Linux:

svn co --username=xxx --password=xxx https://svn.example.com/java java

Here's what I'm getting:

svn: Bad URL passed to RA layer
svn: Unrecognized URL scheme: https://svn.example.com/java

Yes, I've read the FAQ at
http://subversion.tigris.org/project_faq.html#unrecognized-url-error .
I've done a make install. I have all sorts of *svn* files in
/usr/local/lib . My /etc/ld.so.conf file contains /usr/local/lib . I've
ran ldconfig -v and I get:

...
/usr/local/lib:
         libsvn_client-1.so.0 - libsvn_client-1.so.0.0.0
         libsvn_wc-1.so.0 - libsvn_wc-1.so.0.0.0
         libsvn_ra-1.so.0 - libsvn_ra-1.so.0.0.0
         libsvn_ra_local-1.so.0 - libsvn_ra_local-1.so.0.0.0
         libsvn_repos-1.so.0 - libsvn_repos-1.so.0.0.0
         libsvn_fs-1.so.0 - libsvn_fs-1.so.0.0.0
         libsvn_ra_svn-1.so.0 - libsvn_ra_svn-1.so.0.0.0
         libsvn_ra_dav-1.so.0 - libsvn_ra_dav-1.so.0.0.0
         libsvn_delta-1.so.0 - libsvn_delta-1.so.0.0.0
         libsvn_auth-1.so.0 - libsvn_auth-1.so.0.0.0
         libsvn_subr-1.so.0 - libsvn_subr-1.so.0.0.0
         libneon.so.23 - libneon.so.23.0.5
         libltdl.so.3 - libltdl.so.3.1.0
...

The precompiled svn binary on Win32 works fine.

Any suggestions?

Garret

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:23:35 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.