From: normanwinn <nor...@on...> - 2004-09-17 08:46:27
|
Hi, I am trying to get cvs working. Have followed the instructions in Kevin Altis document on the subject. Installing cvs has gone OK but I have had no luck in connecting. This doc doesn't mention the need to log in but the sourceforge guide (http://sourceforge.net/cvs/?group_id=19015) does. If I go the sourceforge route and issue this command: cvs -d:pserver:ano...@cv...:/cvsroot/pythoncard login I get this response: Logging in to :pserver:ano...@cv...:2401/cvsroot/pythoncard CVS password: When I hit enter (as instructed) I get this: cvs [login aborted]: unrecognized auth response from cvs.sourceforge.net: cvs ps erver: cannot open /cvsroot/pythoncard/CVSROOT/config: Input/output error I'm sure the answer is simple but I can't fathom it out. Thanks for any help, Norman |
From: Kevin A. <al...@se...> - 2004-09-17 15:17:09
|
SF Site Status shows that anonymous cvs for projects starting with p=20 are down... "( 2004-09-17 06:55:49 - Project CVS Service ) =A0 As of 2004-09-17=20= there is a problem with the CVS host serving anonymous CVS, nightly=20 tarballs and ViewCVS for projects that start with the letters q, z, p,=20= m, t, n and y. We currently do not have an estimate on when they will =20= be back up." http://sourceforge.net/docman/display_doc.php?group_id=3D1&docid=3D2352 Just check that page or attempt to do a checkout periodically until you=20= have success. ka On Sep 17, 2004, at 1:46 AM, normanwinn wrote: > Hi, > > I am trying to get cvs working. Have followed the instructions in=20 > Kevin Altis document on the subject. Installing cvs has gone OK but I=20= > have had no luck in connecting. This doc doesn't mention the need to=20= > log in but the sourceforge guide=20 > (http://sourceforge.net/cvs/?group_id=3D19015) does. If I go the=20 > sourceforge route and issue this command: > > cvs -d:pserver:ano...@cv...:/cvsroot/pythoncard login > > I get this response: > > Logging in to=20 > :pserver:ano...@cv...:2401/cvsroot/pythoncard > CVS password: > > When I hit enter (as instructed) I get this: > > cvs [login aborted]: unrecognized auth response from=20 > cvs.sourceforge.net: cvs ps > erver: cannot open /cvsroot/pythoncard/CVSROOT/config: Input/output=20 > error > > I'm sure the answer is simple but I can't fathom it out. Thanks for=20 > any help, > > Norman |
From: Brad A. <bra...@ma...> - 2004-09-19 17:31:10
|
Seems like it is still not working... >SF Site Status shows that anonymous cvs for projects starting with p >are down... > >"( 2004-09-17 06:55:49 - Project CVS Service ) As of 2004-09-17 >there is a problem with the CVS host serving anonymous CVS, nightly >tarballs and ViewCVS for projects that start with the letters q, z, >p, m, t, n and y. We currently do not have an estimate on when they >will be back up." > >http://sourceforge.net/docman/display_doc.php?group_id=1&docid=2352 > >Just check that page or attempt to do a checkout periodically until >you have success. > >ka > >On Sep 17, 2004, at 1:46 AM, normanwinn wrote: > >>Hi, >> >>I am trying to get cvs working. Have followed the instructions in >>Kevin Altis document on the subject. Installing cvs has gone OK but >>I have had no luck in connecting. This doc doesn't mention the need >>to log in but the sourceforge guide >>(http://sourceforge.net/cvs/?group_id=19015) does. If I go the >>sourceforge route and issue this command: >> >>cvs -d:pserver:ano...@cv...:/cvsroot/pythoncard login >> >>I get this response: >> >>Logging in to :pserver:ano...@cv...:2401/cvsroot/pythoncard >>CVS password: >> >>When I hit enter (as instructed) I get this: >> >>cvs [login aborted]: unrecognized auth response from >>cvs.sourceforge.net: cvs ps >>erver: cannot open /cvsroot/pythoncard/CVSROOT/config: Input/output error >> >>I'm sure the answer is simple but I can't fathom it out. Thanks for any help, >> >>Norman > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Pythoncard-users mailing list >Pyt...@li... >https://lists.sourceforge.net/lists/listinfo/pythoncard-users |
From: Kevin A. <al...@se...> - 2004-09-21 18:25:33
|
On Sep 19, 2004, at 10:27 AM, Brad Allen wrote: > Seems like it is still not working... > >> SF Site Status shows that anonymous cvs for projects starting with p >> are down... >> >> "( 2004-09-17 06:55:49 - Project CVS Service ) As of 2004-09-17 >> there is a problem with the CVS host serving anonymous CVS, nightly >> tarballs and ViewCVS for projects that start with the letters q, z, >> p, m, t, n and y. We currently do not have an estimate on when they >> will be back up." >> >> http://sourceforge.net/docman/display_doc.php?group_id=1&docid=2352 >> >> Just check that page or attempt to do a checkout periodically until >> you have success. >> The SF page doesn't say they have resolved the problem, but this morning I was able to view CVS via the web interface as well as do an anonymous checkout. ka |