[gentoo-user] svn broken ?

2009-03-27 Thread Helmut Jarausch
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.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] svn broken ?

2009-03-27 Thread Eric Martin
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.
 
 
Have you tried just connecting with a browser?  It could be a problem w/
the server.  Also, what is the syntax of the command you're using?

svn co http://svn.python.org/projects/python/branches/p3yk

?

-- 
Eric Martin
Key fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] svn broken ?

2009-03-27 Thread Daniel Troeder
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
Apy3k/.bzrignore
Apy3k/.hgignore
Apy3k/configure
Apy3k/Python
Apy3k/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
htmlhead
title501 Method Not Implemented/title
/headbody
h1Method Not Implemented/h1
pget to /index.html not supported.br /
/p
hr
addressApache/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=0xBB9D4887op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887



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


Re: [gentoo-user] svn broken ?

2009-03-27 Thread Willie Wong
Hi Helmut:

On Fri, Mar 27, 2009 at 12:41:59PM +0100, Penguin Lover Helmut Jarausch 
squawked:
 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
 

I suspect your problem is the same as Nicolai's in the thread layman:
could not connect to server. 

There is a new USE for subversion in the versions 1.5.* called
webdav-neon, it enables the http module. So, please show output of

emerge -pv subversion
svn --version

Best, 


W
-- 
Failure is not an option! It comes bundled with the software.
Sortir en Pantoufles: up 840 days, 12:56



Re: [gentoo-user] svn broken ?

2009-03-27 Thread Helmut Jarausch
On 27 Mar, Willie Wong wrote:
 Hi Helmut:
 
 On Fri, Mar 27, 2009 at 12:41:59PM +0100, Penguin Lover Helmut Jarausch 
 squawked:
 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
 
 
 I suspect your problem is the same as Nicolai's in the thread layman:
 could not connect to server. 
 
 There is a new USE for subversion in the versions 1.5.* called
 webdav-neon, it enables the http module. So, please show output of
 
 emerge -pv subversion
 svn --version

It's strange.
I have even upgraded to svn-1.6.0, still the same problem

emerge -pv subversion

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-util/subversion-1.6.0  USE=berkdb dso kde nls perl python 
webdav-neon -apache2 -bash-completion -ctypes-python -debug -doc -emacs -extras 
-gnome-keyring -java -ruby -sasl -vim-syntax -webdav-serf 0 kB


svn --version
svn, version 1.6.0 (r36650)
   compiled Mar 27 2009, 17:04:08

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Many thanks for any help,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany