PhantomMatthew Posted May 3, 2010 Report Share Posted May 3, 2010 I'm a Chinese developer. I likes Ages Of Empires very much and am happy to get the Great game 0AD from internet. But when tried to use SVN to checkout source code from my Macbook pro, I saw below error:A trunk/buildA trunk/build/dehydraA trunk/build/dehydra/testsA trunk/build/dehydra/tests/printf-type-check.txtA trunk/build/dehydra/tests/printf-type-check.cppA trunk/build/dehydra/printf-type-check.jsA trunk/build/dehydra/README.txtA trunk/build/workspacessvn: GET of '/public/!svn/ver/6793/ps/trunk/build/workspaces/update-workspaces.bat': Could not read status line: connection was closed by server (http://svn.wildfiregames.com)But I can use Firefox to access source code in website. I have no idea about that, would you please give me some help about that? Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted May 3, 2010 Report Share Posted May 3, 2010 Hmm, I'm not sure what would cause that. SVN checkouts seem to work fine for me. Does it always fail on update-workspaces.bat? Can you access that file in a web browser?Maybe it's possible there's some kind of proxy server that dislikes certain files. You could try doing an SVN checkout from https://svn.wildfiregames.com/public/ps/trunk/ (ignore any warnings about invalid certificates) which may work better. Quote Link to comment Share on other sites More sharing options...
PhantomMatthew Posted May 3, 2010 Author Report Share Posted May 3, 2010 Thanks Ykkrosh, it works after modifying it to https!! I really like to try this Great Game and hope I can contribute something to this project. Quote Link to comment Share on other sites More sharing options...
darrenhoffman Posted June 8, 2010 Report Share Posted June 8, 2010 I also had some trouble checking out with svn.I had to try a few times before it succeeded completely. Quote Link to comment Share on other sites More sharing options...
Zoomastigophora Posted June 8, 2010 Report Share Posted June 8, 2010 Yup, I had something similar going on when I originally checked out the full project. Seems like the SVN server dislikes having an open connection to the same machine for too long and will drop it. Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted June 8, 2010 Report Share Posted June 8, 2010 It shouldn't actually have an open connection for a long time - the server's configured to require a single HTTP request per file, because the default bulk-update behaviour uses ~200MB RAM per checkout and the server dies if several people use it at once . It's also configured to reject requests (with a 503 response) if there's too many at once (to save Apache from using all the RAM) but I believe that shouldn't happen unless the traffic is much more extreme than it currently is. So I don't have any idea what causes it to abort early for some people, which is quite annoying. (If anybody happens to debug it by catching the failure in a packet monitor or something, or if anybody knows the secrets of running an SVN server more reliably, please let me know ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.