Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   cvs checkout question (http://www.velocityreviews.com/forums/t318808-cvs-checkout-question.html)

Russell E. Owen 06-24-2003 07:13 PM

cvs checkout question
 
I'm trying to check out the current Python (read only) via anonymous cvs
as per the instructions on the "Development Tools" page
<http://python.org/dev/tools.html> and it's failing

% cvs -d:pserver:anonymous@cvs.python.sourceforge.net:/cvsroot/python
login (all one one line)
(Logging in to reowen@cvs.python.sourceforge.net)
CVS password:

but regardless of what password I try I get one of two messages:

cvs [login aborted]: authorization failed: server
cvs.python.sourceforge.net rejected access

or

cvs [login aborted]: recv() from server cvs.python.sourceforge.net:
Connection reset by peer

I have a sourceforge account, so I also tried logging in as me and that
didn't work any better. Any hints? I'm on a MacOS X machine in case that
matters, but I have checked stuff out from other cvs servers.

-- Russell

Jp Calderone 06-24-2003 07:40 PM

Re: cvs checkout question
 
On Tue, Jun 24, 2003 at 12:13:38PM -0700, Russell E. Owen wrote:
>
> cvs [login aborted]: recv() from server cvs.python.sourceforge.net:
> Connection reset by peer


This is a symptom of high load on sourceforge's servers. You are doing
everything correctly, but are being denied access anyway. If you are
persistent, you should be able to sneak in when the load drops sufficiently.

Jp

--
It is practically impossible to teach good programming style to
students that have had prior exposure to BASIC: as potential
programmers they are mentally mutilated beyond hope of
regeneration. -- Dijkstra


=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= 06-24-2003 07:42 PM

Re: cvs checkout question
 
Russell E. Owen wrote:
> % cvs -d:pserver:anonymous@cvs.python.sourceforge.net:/cvsroot/python
> login (all one one line)
> (Logging in to reowen@cvs.python.sourceforge.net)
> CVS password:
>
> but regardless of what password I try I get one of two messages:


You should leave the password empty.

> cvs [login aborted]: recv() from server cvs.python.sourceforge.net:
> Connection reset by peer


In that case, SF has rejected you because it is overloaded. Just retry
immediately.

Regards,
Martin


Russell E. Owen 06-25-2003 07:01 PM

Re: cvs checkout question
 
Thanks for the helpful replies! I did eventually get in and got what
looked like most of the files (including the two I really cared about).
It eventually hung and after about an hour of nothing happening I killed
it.

-- Russell


All times are GMT. The time now is 12:29 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57