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