Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <003701c2ba8e$288655d0$d55686d9@webdev> Reply-To: "Elfyn McBratney" From: "Elfyn McBratney" To: "cygwin" , "Melonie Brown" References: <000001c2ba88$7c0e0f50$0500a8c0 AT Phoenix> Subject: Re: Setting up cvs on Windows 2000 Date: Sun, 12 Jan 2003 22:58:39 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > The problem is in trying to set up my system to behave as a cvs server > with pserver. If I do a "telnet localhost 2401", I get > "connected to [computername] > Escape character is '^]'. > Connection closed by foreign host" When you telnet to port 2401 (the pserver) your not supposed to actually get a login prompt like telnet or ftp gives you. The pserver will just wait for the auth protocol. What happens when you try `cvs -d :pserver:USER AT SERVER:/path/to/cvsroot login'? If that doesn't work you may have a mis-configuration... How did you set up inetd? Here's my cvspserver directive in inetd.conf: cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/repos/cvs pserver Also have you added the following to your C:WINNT\system32\drivers\etc\services? cvspserver 2401/tcp Elfyn elfyn AT exposure DOT org DOT uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/