I have installed cygwin cvs with default settings. I can peform cvs operations on cywin prompt.
I could not able to see 2401 in port listing provided by netstat -na command. Now I did some changes in /etc/inetd.conf, /etc/services file and created cvspserver file in /etc/xinetd.d. This is as per cvs.info-1 file in cygwin shared doc for cvs. Now I can see below in netstat -na command: TCP 0.0.0.0:2401 0.0.0.0:0 LISTENING It seems like it is ready for accepting request for cvs client. When I try to connect with cvs login, I am getting following error: $ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos login Logging in to :pserver:[EMAIL PROTECTED]:2401/usr/local/cvsrepos CVS password: cvs [login aborted]: reading from server: Software caused connection abort When I try to login with wincvs: cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsrepos login Logging in to :pserver:[EMAIL PROTECTED]:2401:/usr/local/cvsrepos cvs [login aborted]: Error reading from server localhost: -1: Unknown error ***** CVS exited normally with code 1 ***** The wincvs connection crashes the port 2401 sevices on cygwin Please let me know how to resolve this issue so that cvsclient can start connecting the cywin cvs. ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz -- 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/