svn does not let me download mbed libraries

26 Oct 2012

Hi,

I tried to checkout mbed svn library files from http://mbed.org/projects/libraries/svn/mbed/trunk

by issuing the command: svn checkout http://mbed.org/projects/libraries/svn/mbed/trunk

at first it gave me an error saying the http is not webdav enabled.

next it gave me a different error as follows:

C:\Program Files\Subversion\bin>svn checkout http://mbed.org/projects/libraries/svn/mbed/trunk svn: E175002: Unable to connect to a repository at URL 'http://mbed.org/projects/libraries/svn/mbed/trun k' svn: E175002: OPTIONS of 'http://mbed.org/projects/libraries/svn/mbed/trunk': Could not resolve hostname `mbed.org': The requested name is valid, but no data of the requested type was found. (http://mbed.org)

I could not find any help to solve this problem. I tried from windows, linux and using tortoise svn but no help.

how do I download these files?

-Mrunmoy

26 Oct 2012

I think you need to use Mercurial now.

hg clone http://mbed.org/users/mbed_official/code/mbed/

More information from Dan can be found here: http://mbed.org/forum/mbed/topic/2701/?page=2#comment-19017

31 Oct 2012

Thanks Adam,

I found an alternate way.

When I exported my code to Sourcery, I got all the files along with the project.

Regards, Mrunmoy