Ben Reser wrote on Fri, Mar 01, 2013 at 10:04:45 -0800: > On Fri, Mar 1, 2013 at 2:35 AM, Gabriela Gibson > <gabriela.gib...@gmail.com> wrote: > > and the reason I was trying to get serf going is: > > > > g@musashi:~/svn/log$ SVN=~/trunk/subversion/svn/svn > > g@musashi:~/svn/log$ rm -rf trunk > > g@musashi:~/svn/log$ $SVN co > > https://svn.apache.org/repos/asf/subversion/trunk > > subversion/svn/checkout-cmd.c:168: (apr_err=170000) > > subversion/libsvn_client/checkout.c:103: (apr_err=170000) > > subversion/libsvn_client/ra.c:498: (apr_err=170000) > > subversion/libsvn_client/ra.c:364: (apr_err=170000) > > subversion/libsvn_ra/ra_loader.c:467: (apr_err=170000) > > svn: E170000: Unrecognised URL scheme for > > 'https://svn.apache.org/repos/asf/subversion/trunk' > > g@musashi:~/svn/log$ > > (which I assume to be a serf problem) > > Unrecognized URL scheme in this case would imply to me that you don't > have SSL support.
Right. But I believe serf itself cannot be built without SSL support, so lack of https support implies lack of http support too.