[PRL] Re: 400 Bad Request at svn.plt-scheme.org

Eli Barzilay eli at barzilay.org
Fri Jul 7 21:35:44 EDT 2006


On Jul  7, Mitchell Wand wrote:
> Hi, I'm trying to do an svn update from my hotel here in LA, but I
> get the following message:
> 
> Error: REPORT request failed on '/usr/!svn/vcc/default'
> Error: REPORT of '/usr/!svn/vcc/default': 400 Bad Request (
> http://svn.plt-scheme.org)
> 
> I'm presumably behind a firewall of some sort here, but http seems
> to be working, since I'm happily using gmail.
> 
> Any ideas?  I'd be unhappy if this was something that wasn't going
> away soon...

Sorry for getting to this so late -- but I don't know what could be
wrong...  One possibility is that the connection is slow or suffers
from occasional hangups, which will make the client time out.  Another
possibility is that the hotel network uses a proxy -- and in some of
these cases there is not much to do.

  http://subversion.tigris.org/faq.html#proxy

might help some.  One thing they mention there is that using https
sometimes helps in bypassing bad proxies, so I made the repository
available that way too -- use

  https://svn.plt-scheme.org/...

for that.  (It will probably warn you that the certificate is bogus.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



More information about the PRL mailing list