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:[EMAIL PROTECTED]:/ 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/