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 From: "Melonie Brown" To: Subject: RE: Setting up cvs on Windows 2000 Date: Sun, 12 Jan 2003 20:08:35 -0500 Message-ID: <000001c2baa0$4d8ff950$0500a8c0@Phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: <003701c2ba8e$288655d0$d55686d9@webdev> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Elfwyn, Thanks for the speedy reply! Based on some of the other posts in the mailing list, I was indeed expecting to see some sort of prompt when I telnetted. If I try the cvs -d :pserver:USER AT SERVER:/path/to/cvsroot login' command as you suggested, I get prompted for the login id and password (which are subsequently rejected), but that's another problem in and of itself... So it looks like my setup was correct after all. Melonie -----Original Message----- From: Elfyn McBratney [mailto:elfyn AT exposure DOT org DOT uk] Sent: Sunday, January 12, 2003 5:59 PM To: cygwin; Melonie Brown Subject: Re: Setting up cvs on Windows 2000 > 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/