How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

September 5, 2013

svn: E170000: Unrecognized URL scheme for http*

Filed under: Linux — admin @ 10:03 am

Hello
Well in the few past day I upgraded some svn to 1.7 . First problem is this. with Unrecognized URL scheme for http.
Well it appear that you need neon for this .
So here we go
wget http://www.webdav.org/neon/neon-0.29.3.tar.gz
tar -xzvf neon-0.29.3.tar.gz
cd neon-0.29.3
./configure --with-ssl
make
make install

Also I think yum install neon-devel should work also . But didn’t try it .

Now if you have a error with sqlite, you have to install sqlite-devel on your server .

After this
wget http://mirrors.hostingromania.ro/apache.org/subversion/subversion-1.7.13.tar.gz
tar -zxvf subversion-1.7.13.tar.gz
cd subversion-1.7.13
./configure --with-ssl --with-neon=/usr/local
make
make install

Now this is for centos, if you have debian you should install more programs. I did try to upgrade a debian and took me some time to do this .

Regards

3 Comments »

  1. This is giving the following configuration warning with subversion-1.8.8
    configure: WARNING: unrecognized options: –with-ssl, –with-neon

    AND still having the same issue:

    svn: E170000: Unrecognized URL scheme for ‘http://192.168.80.200/svn/svn_repo’

    Comment by Sukanta Naskar — March 28, 2014 @ 10:59 am

  2. first check the svn version and location :

    command
    1. svn –version
    o/p:
    svn, version 1.8.16 (r1740329)
    compiled Jul 8 2016, 13:43:28 on x86_64-redhat-linux-gnu

    2. type -a svn
    svn is /usr/local/bin/svn
    svn is /usr/bin/svn
    svn is /usr/bin/X11/svn

    please remove /usr/local/bin/svn

    sudo rm /usr/local/bin/svn

    Comment by n kumar — October 18, 2016 @ 1:23 pm

  3. Thanks for update .

    Comment by admin — November 15, 2016 @ 10:30 am

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress