Hello On Jan 13, 2008 3:14 PM, Vaibhav Ghadiok <[EMAIL PROTECTED]> 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) > > [EMAIL PROTECTED] ~]$ 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. > [EMAIL PROTECTED] ~]$ ping > http://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo > ping: unknown host > http://playerstage.svn.sourceforge.net/svnroot/playerstage/code/gazebo > > [EMAIL PROTECTED] ~]$ 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. > [EMAIL PROTECTED] ~]$ 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 ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
