develooper Front page | perl.perl6.internals | Postings from February 2006

Re: svn performance

Thread Previous | Thread Next
From:
Bob Rogers
Date:
February 17, 2006 17:23
Subject:
Re: svn performance
Message ID:
17398.30452.507556.388333@rgrjr.dyndns.org
   From: Andy Dougherty <doughera@lafayette.edu>
   Date: Fri, 17 Feb 2006 17:23:55 -0500 (EST)

   On Fri, 17 Feb 2006, jesse wrote:

   > Try: 
   > time svn co https://svn.perl.org/parrot/trunk parrot-trunk

   svn: Unrecognized URL scheme 'https://svn.perl.org/parrot/trunk'

   I don't know why.  I have OpenSSL installed where svn should have found it 
   when building.

I had the same problem just last week.  To fix it, I upgraded to
Subversion 1.3.0 from the tarball, and discovered that you don't get
HTTPS support unless you explicitly specify the "--with-ssl" option to
configure, which I hadn't realized when I installed 1.1.3.  I don't
understand why this is necessary; HTTP and HTTPS support both use Neon,
and so I would assume that Neon is doing all the TLS stuff itself.  I
guess SVN is supplying it with certs, so it needs OpenSSL, but you'd
think it could check to see if Neon was built to use OpenSSL, and take
it from there.  Or even just probe for OpenSSL directly.  Oh, well . . .

					-- Bob Rogers
					   http://rgrjr.dyndns.org/

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About