[SciPy-user] RE : RE : Compiling numpy and scipy on AIX 5.3

LUK ShunTim shuntim.luk at polyu.edu.hk
Thu Apr 5 01:12:20 EDT 2007


Steve Lianoglou wrote:
>> I'd love to try the SVN version, but :
>>
>> $ svn co http://svn.scipy.org/svn/numpy/trunk numpy
>> svn: PROPFIND request failed on '/svn/numpy/trunk'
>> svn: PROPFIND of '/svn/numpy/trunk': 500 Server Error (http:// 
>> svn.scipy.org)
>>
>> Am I missing something or is it a server problem as the error  
>> message suggests ?
> 
> I copy/pasted your `svn co ..` command into my terminal and it looks  
> like it's working fine for me ...
> 
> -steve

Probably the OP is behind a proxy. Try if

svn co https://svn.scipy.org/svn/numpy/trunk numpy

works.

See this FAQ
http://subversion.tigris.org/faq.html#proxy

Regards,
ST
--



More information about the SciPy-User mailing list