|
From: Yeshurun, M. <mei...@in...> - 2005-07-06 14:02:51
|
Hi, =20 When I enter the command =20 svn co svn://svn.valgrind.org/vex/trunk vex =20 =20 I get =20 svn: Can't connect to host 'svn.valgrind.org': Connection timed out =20 =20 What's wrong? =20 =20 Thanks, =20 Meir |
|
From: Tom H. <to...@co...> - 2005-07-06 14:07:13
|
In message <942...@ha...>
Meir Yeshurun <mei...@in...> wrote:
> When I enter the command
>
> svn co svn://svn.valgrind.org/vex/trunk vex
>
> I get
>
> svn: Can't connect to host 'svn.valgrind.org': Connection timed out
>
> What's wrong?
Well I can reach it, so either you have a firewall between you and
svn.valgrind.org that is blocking your connection or there is an
outage somewhere in the internet that is preventing you from reaching
it at the moment.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Josef W. <Jos...@gm...> - 2005-07-06 18:10:52
|
On Wednesday 06 July 2005 16:02, Yeshurun, Meir wrote: > Hi, > > > > When I enter the command > > > > svn co svn://svn.valgrind.org/vex/trunk vex Try svn co http://svn.valgrind.org/vex/trunk vex HTTP works too, and by chance, your firewall won't block port 80. Josef |