Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
That's it! You're right. I never actually used cygwin to do real work. But it's still strange that the same "cvs version" does not work with the CVSNT client in a cmd box. E:\workspace>cvs version cvs [version aborted]: This protocol does not support encryption Next Question: Why can't I copy the ssh_protocol.dll to the TortoiseCVS directory and then use :ssh: with tortoise? Thanks, Mark -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Tony Hoyle Sent: Dienstag, 23. März 2004 12:07 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: Re: [cvsnt] Re: :ext: protocol with PuTTY plink.exe notconsideredencrypted ... You're executing 'version' which is an unauthenticated (rootless) command. The encryption flags don't cut in at that point. Try a checkout or login. ...