Glad to hear that one problem has been solved.
:ext: means that SSH will be used as the protocol instead of something like pserver.
Using TortoiseCVS you can put your sandboxes anywhere. The only recommendation is that they are not on a UNIX drive.
However let's try to get WinCVS working. I have reproduced the error message in one scenario.
I will assume that when you go to Admin - Preferences you see something like the figure in
http://www.wellsi.com/sme/cvs/wincvs.htmlAuthentication is SSH, and the Host-address is a "Pageant session name"
In SSH options you have the correct path to plink.exe and the additional options contains only -2 (to force SSH2)
Now check the "Pageant session name":
From Pageant Select Saved Sessions and then the name that you use. Does a PuTTY terminal open with no further interaction and it shows either (both are OK I think for this discussion):
Authenticating with public key ".something."
(This indicates that it read the key from a file)
or
Authenticating with public key ".something." from agent
(This indicates that it used the key already loaded in Pageant)
If this works then WinCVS should work...
Did you see my PuTTY page:
http://www.wellsi.com/sme/cvs/putty.html It shows how I created the session that I use for WinCVS.
I reproduced your error in one scenario only.
When creating your Pageant session name, which is a PuTTY saved session what SSH configuration did you use?
The default is 1 but when using -2 in WinCVS this should be 2 only. If this does not match then you will get the error:
warning: unrecognized response user@server's password:
' from cvs server
I hope that this helps. I will be travelling for the next two days.
Ian Wells