SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By smead
#16136
I'm not able to connect to the svn server using this command on Linux:
svn checkout svn://svn.berlios.de/openocd/trunk

I always get this error:
svn: Can't connect to host 'svn.berlios.de': Connection timed out

I got the svn command from:
http://openfacts.berlios.de/index-en.ph ... ng_OpenOCD

It akes several minutes to time out. Does anyone know a gzipped source package I can download that has all the nececcesary sub-dirs, etc.?

Thanks.
By smead
#16161
Michael,

Thanks, that worked!
By Dominic
#16335
The svn:// access should work, too, unless there was a problem with the server at that time, or your firewall blocked the access. Of course using http:// is fine, too.

vmaster@magrathea:~/work/staging$ svn checkout svn://svn.berlios.de/openocd/trunk
A trunk/AUTHORS
A ...
Checked out revision 78.

Regards,

Dominic