You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alec Taylor <al...@gmail.com> on 2013/11/06 06:54:05 UTC

svn: E170000: Unrecognized URL scheme for 'http://llvm.org/svn/llvm-project/llvm/trunk'

Hi svn users; just trying to troubleshoot this error.

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'

Re: svn: E170000: Unrecognized URL scheme for 'http://llvm.org/svn/llvm-project/llvm/trunk'

Posted by Ryan Schmidt <su...@ryandesign.com>.
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.