[plt-dev] Could not read response body error when checking out trunk

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Feb 13 23:17:41 EST 2009

On Feb 13, Grant Rettke wrote:
> When I try to check out trunk I get experience the following:
> 
> grettke at stargate:~/plt$ svn checkout http://svn.plt-scheme.org/plt/trunk/ trunk
> 
> <checks out for a few seconds>
> 
> svn: REPORT of '/plt/!svn/vcc/default': Could not read response body:
> Connection reset by peer (http://svn.plt-scheme.org)

Sounds like the connection timed out somehow.  Try to do an `svn up'
on the partial check-out.

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


Posted on the dev mailing list.