Gentoo Archives: gentoo-user

From: Daniel Troeder <daniel@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] svn broken ?
Date: Fri, 27 Mar 2009 14:07:50
Message-Id: 1238162864.9110.49.camel@mayo.local
In Reply to: [gentoo-user] svn broken ? by Helmut Jarausch
1 On Fri, 2009-03-27 at 12:41 +0100, Helmut Jarausch wrote:
2 > Hi,
3 >
4 > has anyone the same problems?
5 >
6 > I'm updating a Gentoo system and now 'svn' is broken
7 >
8 > For all sites I've tried I get
9 > svn: OPTIONS of 'http://svn.python.org/projects/python/branches/py3k': could not connect to server (http://svn.python.org)
10 > I have upgraded to dev-util/subversion-1.5.6 and net-misc/neon-0.28.4
11 >
12 > Thanks for a hint,
13 > Helmut.
14 You must have a network connection problem. For me it works:
15
16 daniel@mayo /tmp $ svn co http://svn.python.org/projects/python/branches/py3k
17 A py3k/.bzrignore
18 A py3k/.hgignore
19 A py3k/configure
20 A py3k/Python
21 A py3k/Python/codecs.c
22 ...
23 ..
24 .
25
26 Try:
27
28 # ping svn.python.org
29
30 If it works:
31
32 # telnet svn.python.org 80
33 Trying 82.94.164.164...
34 Connected to svn.python.org.
35 Escape character is '^]'.
36
37 get /index.html
38
39 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
40 <html><head>
41 <title>501 Method Not Implemented</title>
42 </head><body>
43 <h1>Method Not Implemented</h1>
44 <p>get to /index.html not supported.<br />
45 </p>
46 <hr>
47 <address>Apache/2.2.9 (Debian) DAV/2 SVN/1.5.1 mod_ssl/2.2.9
48 OpenSSL/0.9.8g Server at svn.python.org Port 80</address>
49 </body></html>
50 Connection closed by foreign host.
51
52 Bye,
53 Daniel
54
55 --
56 PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887&op=get
57 # gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887

Attachments

File name MIME type
signature.asc application/pgp-signature