git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Sourceforge doesn't like git cvsimport
@ 2005-11-16 18:01 H. Peter Anvin
  2005-11-16 19:00 ` Martin Langhoff
  2005-11-16 23:05 ` Johannes Schindelin
  0 siblings, 2 replies; 4+ messages in thread
From: H. Peter Anvin @ 2005-11-16 18:01 UTC (permalink / raw)
  To: Git Mailing List

		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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-16 23:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 18:01 Sourceforge doesn't like git cvsimport H. Peter Anvin
2005-11-16 19:00 ` Martin Langhoff
2005-11-16 19:09   ` H. Peter Anvin
2005-11-16 23:05 ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).