When I try to checkout or export the source code, the svn command hangs then spits out the following error: svn: PROPFIND request failed on ''/rails/spinoffs/prototype/trunk'' svn: PROPFIND of ''/rails/spinoffs/prototype/trunk'': could not connect to server (http://svn.rubyonrails.org) I''m not sure if this is a problem with subversion or the fact I''m sitting behind a proxy server. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Christophe Porteneuve
2007-Mar-01 07:51 UTC
Re: Problems with checking out the source code with SVN
tom a écrit :> I''m not sure if this is a problem with subversion or the fact I''m > sitting behind a proxy server.If you''re behind a proxy server, you need to configure your ~/.subversion/servers file. It''s heavily commented, and what you''re looking for is the [global] section and its http-proxy-* keys. -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---