|
From: <ssz...@gm...> - 2008-01-13 19:50:28
|
Hello On Jan 13, 2008 3:14 PM, Vaibhav Ghadiok <vai...@gm...> wrote: > I am trying to access the svn repository: > > I have tried both http as well as https addresses. I am being able to browse > the net as well as the repository through my web Browser. (Firefox) > > hasan@localhost ~]$ svn co > https://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo > svn: PROPFIND request failed on '/svnroot/playerstage/code > /gazebo' > svn: PROPFIND of '/svnroot/playerstage/code/gazebo': could not connect to > server ( https://playerstage.svn.sourceforge.net) It may be a firewall / proxy issue. Is your HTTP traffic going through a proxy? If yes, see instructions on this site: http://subversion.tigris.org/faq.html#proxy Basically you have to edit ~/.subversion/servers file and enter your proxy settings here. More details about similar problem here: http://psychtoolbox.org/wikka.php?wakka=FaqDownloadFails Try contacting your network administrator if you have any problems. > [hasan@localhost ~]$ ping > http://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo > ping: unknown host > http://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo > > [hasan@localhost ~]$ ping > http://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo > ping: unknown host > http://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo You are trying to ping URLs, it won't work. You can only ping host names (like playerstage.svn.sourceforge.net) or IP addresses. > [hasan@localhost ~]$ ping www.yahoo.com > PING www.yahoo-ht3.akadns.net ( 69.147.114.210) 56(84) bytes of data. > > --- www.yahoo-ht3.akadns.net ping statistics --- > 61 packets transmitted, 0 received, 100% packet loss, time 59999ms > > Any help would be greatly appreciated. > > Cheers > Vaibhav Good luck Stanislaw Szymczyk |