svn: E170000: Unrecognised URL scheme

Sometimes subversion is compiled successfully, but SVN Co http://xxxxxx The following error occurred during the operation:

svn: E170000: Unrecognised URL scheme for ‘ http://xxxxxxxx ‘

install libneon libneon-dev

Then recompile subversion

Er

Recently, the newly compiled SVN, version 1.8.0 (r1490375), has this problem again.

1.8.0 uses a library of serf to do this

This library is required for HTTP and HTTPS processing

Must be installed, do not use the source inside the library (too old), use Google Code

./confgiure –prefix=/usr <—— It is necessary to install serf

Similar Posts: