On Nov 5, 2013, at 23:54, Alec Taylor wrote:
> I am running Sun OS 5.10 (Solaris 10) on a SPARC machine, with the
> latest coreutils [8.21], make [4.0], awk [4.1.0] and gcc [4.8.2] used
> to build the latest Apache Subversion [1.8.4 (r1534716)].
>
> Why is this happening?
>
> $ svn co
http://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
> svn: E170000: Unrecognized URL scheme for
> '
http://llvm.org/svn/llvm-project/llvm/trunk'
Sounds like http is an unrecognized url scheme for your svn client.
This could occur if you didn’t compile svn with an http client library, like serf.
“svn --version” shows you all the schemes your svn supports.