This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cvs pserver setup howto ?


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@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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]