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

Re: https URL scheme

From: <garret_at_globalmentor.com>
Date: 2003-01-29 07:48:34 CET

You're right! Thanks.

Note, however, that the instructions for adding SSL support to NEON in
http://svn.collab.net/repos/svn/trunk/INSTALL are incorrect. They say to
indicate the OpenSSL location thus:

--with-ssl=/path/to/lib

That's what's needed for Apache, but not neon. Neon requires:

--with-libs=/usr/local/ssl --with-ssl

Now https works.

I guess I'll have to recompile RapidSVN, as the Alpha 1 precompiled
binary wasn't compiled with https support.

Cheers,

Garret

Justin Erenkrantz wrote:
 --On Tuesday, January 28, 2003 10:15 PM -0800 Garret Wilson
 garret@globalmentor.com wrote:
 
 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
 
 
 Your neon probably isn't built with SSL support. If your neon install
 claims to support SSL, SVN will recognize https URLs.
 
 'svn --version' should denote that ra_dav handles 'https' schema. If it
 doesn't, that's your problem. -- justin

---------------------------------------------------------------------
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:41 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.