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 X-Authenticated: #11150195 Message-ID: <000501c38b42$d74dd310$a07ba8c0@wxp> From: "Albrecht Berger" To: Subject: cvs pserver setup howto ? Date: Sun, 5 Oct 2003 15:16:08 +0200 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.1165 Hello, I'm trying to set up a cvs pserver, so that I'm able to use eclipse as a cvs client. What are the steps that I need to do ? What I did is : 0.export CVSROOT=/cvsroot 1. cvs init 2. cvs checkout CVSROOT 3. cvs commit CVSROOT 4. mkpasswd.exe > CVSROOT/passwd 5. cvs add CVSROOT/passwd 6. cvs commit It all worked and now I have a repository at /cvsroot. To start the cvs in server mode I usw : cvs server But if I try to login in an other cygwin-shell using : export CVSROOT=:pserver:username AT localhost:/ cvs login I get the following : cvs [login aborted]: connect to localhost(127.0.0.1):2401 failed: Connection refused What is wrong ? Thx berger -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/