On Fri, 2009-03-27 at 12:41 +0100, Helmut Jarausch wrote:
> Hi,
> 
> has anyone the same problems?
> 
> I'm updating a Gentoo system and now 'svn' is broken
> 
> For all sites I've tried I get
> svn: OPTIONS of 'http://svn.python.org/projects/python/branches/py3k': could 
> not connect to server (http://svn.python.org)
> I have upgraded to dev-util/subversion-1.5.6  and net-misc/neon-0.28.4
> 
> Thanks for a hint,
> Helmut.
You must have a network connection problem. For me it works:

dan...@mayo /tmp $ svn co http://svn.python.org/projects/python/branches/py3k
A    py3k/.bzrignore
A    py3k/.hgignore
A    py3k/configure
A    py3k/Python
A    py3k/Python/codecs.c
...
..
.

Try:

# ping svn.python.org

If it works:

# telnet svn.python.org 80
Trying 82.94.164.164...
Connected to svn.python.org.
Escape character is '^]'.

get /index.html

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>501 Method Not Implemented</title>
</head><body>
<h1>Method Not Implemented</h1>
<p>get to /index.html not supported.<br />
</p>
<hr>
<address>Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_ssl/2.2.9
OpenSSL/0.9.8g Server at svn.python.org Port 80</address>
</body></html>
Connection closed by foreign host.

Bye,
Daniel

-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to