I have CVS and CVSNT installed. Setting CVSROOT environment variable to CVSROOT=":sspi:my.domain\my.name@CVSHOST:/PATH" enables me to login from the terminal with cvs login

From eclipse, I used windows->preferences->team->cvs to specify "Use an external program to connect", with CVS_RSH=/usr/bin/cvsnt, Parameters my.domain\my.name, and CVS_SERVER=CVSHOST. Then I add a new CVS repository with Host=CVSHOST, path=/PATH, user my.domain\my.name, password=pass, and connection type ext.

When it attempts to connect, I get a "broken pipe" exception.

link|improve this question

Update: Changed "CVS_RSH=/usr/bin/cvsnt" to "CVS_RSH=cvsnt" which changed the error message to "Unknown response received from cvs server." – rob Sep 22 '11 at 17:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.