I've been using SVN and Windows for a while now, but recently I tried to get it working on a new machine. I have a svn+ssh:// repository that I need to access but I am unable to because, as I understand it, plink is not hooked up to the console input and thus I cannot type in my password when running svn commands.
This page (near the bottom) also describes the input problem (not with svn specifically though).
I can get around this by using TortoisePlink.exe (which brings up a user/pass input dialog) instead of plink.exe however I'd like to know how to fix the unable-to-type problem with plink. On my Mac I can svn update
and enter my password without problems; I fail to see why this problem must plague me (and probably others) on Windows. If there is another SSH client that doesn't have this problem then I'd be happy to use that. I know about using public/private keys but I would like a solution that doesn't involve that. Hell, if this is a well known limitation and someone points me to the source I'll try and fix it myself. I want a solution, no matter what it involves, not a workaround.