smead
July 23, 2006, 10:18pm
1
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.
mifi
July 24, 2006, 4:44pm
2
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
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