getting openOcd

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.

Hello “smead”,

try this:

svn checkout http://svn.berlios.de/svnroot/repos/openocd/trunk

You can find this information here:

http://openocd.berlios.de/web/

Best regards,

Michael

Michael,

Thanks, that worked!

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