Installation of a specific version from svn repository

482 views Asked by At

I am trying to install a specific revision (9092) of SDCC (on Ubuntu of course), when I run the following command, I get this error:

svn: E000110: Unable to connect to a repository at URL 'svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc'
svn: E000110: Can't connect to host 'svn.code.sf.net': Connection timed out

By the way, i run the following command on Terminal to install it:

svn co -r 9092 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc

I am following the instructions as given in this link. Can somebody help me install this, please!

Also, how can i check the revision number of SDCC on Ubuntu repository? Is there any manual way to download the repository from that link(svn.code.sf.net/p/sdcc/code/trunk/sdcc) and install it or any other way?

1

There are 1 answers

1
Morty On BEST ANSWER

svn co -r 9092 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc works fine for me. Maybe a temporary error.