Re: Python SVN down?

2007-10-11 Thread Terry Reedy

Anthon [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
|I am trying to get at the python source code, but it seems
| svn.python.org is down, at least on port 80 (http) and 3690 (svn).
| This happened earlier this week and then it came back (at least
| yesterday).
| Are all the real  ( ;-) ) developers using ssh+svn and not noticing
| this?

The down, up, and down again were all noted on pydev.



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python SVN down?

2007-10-11 Thread Martin v. Löwis
 Are all the real  ( ;-) ) developers using ssh+svn and not noticing
 this?

As Terry said, some noticed. But yes, many use svn+ssh, plus we live
in different time zones, so we may be asleep when it breaks.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list


Python SVN down?

2007-10-11 Thread Anthon
I am trying to get at the python source code, but it seems
svn.python.org is down, at least on port 80 (http) and 3690 (svn).
This happened earlier this week and then it came back (at least
yesterday).
Are all the real  ( ;-) ) developers using ssh+svn and not noticing
this?

Anthon

-- 
http://mail.python.org/mailman/listinfo/python-list


Python SVN down?

2007-06-25 Thread [EMAIL PROTECTED]
Going to this URL:
http://svn.python.org/view/

It gives me an error:
Unable to connect
Firefox can't establish a connection to the server at svn.python.org.

And using SVN as so:

$ svn checkout http://svn.python.org/projects/python/trunk/ ~/
python_work/
svn: PROPFIND request failed on '/projects/python/trunk'
svn: PROPFIND of '/projects/python/trunk': could not connect to server
(http://svn.python.org)

Gives me the above error.

Any ideas?  I didn't see an announcement about this anywhere.

-Greg

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python SVN down?

2007-06-25 Thread Pulu
Can confirm the same behavior from locations in California and
Arizona.  The machine responds to pings but sends resets on any
connection to tcp port 80...

Asked in IRC, no response.

On Jun 25, 12:17 pm, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:
 Going to this URL:http://svn.python.org/view/

 It gives me an error:
 Unable to connect
 Firefox can't establish a connection to the server at svn.python.org.

 And using SVN as so:

 $ svn checkouthttp://svn.python.org/projects/python/trunk/~/
 python_work/
 svn: PROPFIND request failed on '/projects/python/trunk'
 svn: PROPFIND of '/projects/python/trunk': could not connect to server
 (http://svn.python.org)

 Gives me the above error.

 Any ideas?  I didn't see an announcement about this anywhere.

 -Greg


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python SVN down?

2007-06-25 Thread Bjoern Schliessmann
[EMAIL PROTECTED] wrote:

 Going to this URL:
 http://svn.python.org/view/
 
 It gives me an error:
 Unable to connect
 Firefox can't establish a connection to the server at
 svn.python.org.
 [...] 
 Any ideas?

Clear case.

$ nc -v svn.python.org 80
svn.python.org [82.94.237.220] 80 (www) : Connection refused
$

It _is_ down. Probably server maintenance.

Regards,


Björn

-- 
BOFH excuse #37:

heavy gravity fluctuation, move computer to floor rapidly

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Python SVN down?

2007-06-25 Thread Martin v. Löwis
 It _is_ down. Probably server maintenance.

No, it's a bug. For some reason, the server restart after log
rotation failed. I'm uncertain why - the manual restart
right now worked without problems.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list