If you can only connect to https:// svn repositories but not http:// ones using your svn client, then you most certainly *do* have a proxy somewhere between you and the 'open internet'. It may not be on your computer or LAN, but likely your ISP. Your symptoms are the absolute classic symptoms of having a proxy that forbids or doesn't understand WebDAV http methods; that's why the svn client hangs on http:// svn URLs but the web browser doesn't (which only does a simple GET request).
Seems like the obvious workaround is to do a non-anonymous https:// checkout of the pymunk repository. Either that, or figure out how to avoid the proxy (or fix it.) On Sun, Feb 7, 2010 at 7:03 PM, jfpacker <[email protected]> wrote: > Hi, > > I have been trying to do an anonymous checkout > http://pymunk.googlecode.com/svn/trunk > and found that my svn client just hangs and does nothing (I've left it > to try to checkout for up to two hours and it does nothing). I tried > other projects to see if it was just that one project and none seem to > work. > > I've searched the group and it seems that most problems accessing http > svn stem from using a proxy. I don't use a proxy and instead connect > directly to the internet. If I navigate to the project's svn in my > browser it loads just fine (ie: paste http://pymunk.googlecode.com/svn/trunk > into my address bar). I can also ping the site fine. > > My svn client can connect to other svn sites (although, they use https > protocol). > > Can anyone help me here? Like I said, no proxy and I connect directly > to the internet. > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

