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.
Richard Wirth wrote: > - cvs checkout on an existing sandbox does not work any more on > linux > (move away 'xyz' it is in the way..) The checkout must be the same checkout command that was used to create the sandbox in the first place, otherwise it can't work (this has always been true). eg: $ cvs -d /usr/local/cvs co -d foo CVSROOT cvs checkout: Updating foo U foo/checkoutlist ... $ cvs -d /usr/local/cvs co -d foo CVSROOT tmh at sisko:~$ cvs -d /usr/local/cvs co -d foo CVSROOT cvs checkout: Updating foo > - ssh protocoll is broken on win23 > (Couldn't connect to remote server - plink errorcvs.exe [version > aborted]: Connection to server failed > FATAL ERROR: Unable to authenticate) plink has not changed between versions, and the ssh protocol only has minor upgrades. It's possible the remote server is not letting you connect - can putty connect to it? Tony