die "Socket to $serv: $!\n" unless defined $s;
$s->write("BEGIN AUTH REQUEST\n$repo\n$user\n$pass\nEND AUTH REQUEST\n")
or die "Write to $serv: $!\n";
$s->flush();
my $rep = <$s>;
if($rep ne "I LOVE YOU\n") {
$rep="<unknown>" unless $rep;
die "AuthReply: $rep\n";
}
-------
: tazenda 23 ; telnet cvs.sourceforge.net 2401
Trying 66.35.250.207...
Connected to cvs.sourceforge.net.
Escape character is '^]'.
BEGIN AUTH REQUEST
/cvsroot/bochs
anonymous
END AUTH REQUEST
cvs [pserver aborted]: descramble: unknown scrambling method
Connection closed by foreign host.
Unpossible!
I run git-cvsimport against Moodle's cvs repo on SF.net at least twice
a day over SSH. I did it several times with anon cvs too. SF.net cvs
servers have been up, down and unreliable the last week, but that's
bad with the plain old cvs client too.
Can we get more info on what's happening?
martin
Martin Langhoff wrote:
Unpossible!
I run git-cvsimport against Moodle's cvs repo on SF.net at least twice
a day over SSH. I did it several times with anon cvs too. SF.net cvs
servers have been up, down and unreliable the last week, but that's
bad with the plain old cvs client too.
Can we get more info on what's happening?
No idea. I used it as late as earlier this week, but now I'm getting
the error seen in the message.
It also frequently connects and immediately disconnects, which I
attribute to the unreliability you describe.
-hpa
Hi,
On Wed, 16 Nov 2005, H. Peter Anvin wrote:
: tazenda 23 ; telnet cvs.sourceforge.net 2401
Trying 66.35.250.207...
Connected to cvs.sourceforge.net.
Escape character is '^]'.
BEGIN AUTH REQUEST
/cvsroot/bochs
anonymous
END AUTH REQUEST
cvs [pserver aborted]: descramble: unknown scrambling method
Connection closed by foreign host.
I track a few projects from sourceforge. In the last two weeks they had
serious problems, I often could not connect for more than a day. (And yes,
I mean the anonymous CVS gateway, not the SSH which is only available to
developers of that particular project.)
Usually I am lucky at 3am (+0200).
Ciao,
Dscho