Greg Willden wrote:
> Hi,
> I just tried to checkout numpy and scipy to another machine and got
> the following errors:
>
> $ svn co http://svn.scipy.org/svn/numpy/trunk numpy
> svn: REPORT request failed on '/svn/numpy/!svn/vcc/default'
> svn: REPORT of '/svn/numpy/!svn/vcc/default': 400 Bad Request
> (http://svn.scipy.org)
>
> $ svn co http://svn.scipy.org/svn/scipy/trunk
> <http://svn.scipy.org/svn/scipy/trunk> scipy
> svn: REPORT request failed on '/svn/scipy/!svn/vcc/default'
> svn: REPORT of '/svn/scipy/!svn/vcc/default': 400 Bad Request
> (http://svn.scipy.org)
>
> Any ideas?
> Greg
It may be because you are behind a proxy:
http://subversion.tigris.org/faq.html#proxy
My advice would be to use a ssh tunnel, if your network configuration
enables it; even changing the proxy configuration as explained in the
SVN FAQ gives me some strange errors sometimes,
David
|