svn: E170000: Unrecognized URL scheme for httpxxxx
Solution 1:
You compiled Subversion without serf library used for HTTP/HTTPS protocol: http://serf.apache.org/
Specify serf library location using --with-serf
configure option.
You compiled Subversion without serf library used for HTTP/HTTPS protocol: http://serf.apache.org/
Specify serf library location using --with-serf
configure option.