Setting up SSH-Based CVS in Windows?
cromacks asks: "I am trying to set up CVS on my Windows 2000 machine so that I can checkout repositories from our server. As far as I know, it uses ssh authentication, and that seems to be giving me the problems. I'm using cvs from cvshome.org through my command line, and I have already set my environment variables (HOME, CVSROOT, and CVS_RSH=c:\WINNT\plink). The problem is, when i go to do the checkout, i receive the following error:
' from cvs serverning: unrecognized response 'cromacks@cs.bc.edu's password:
it repeats that line until I Ctrl-c.
Any suggestions?"
Cygwin will also set up a bash shell for you. then you can just set all your appropriate environment variables in your .bash_profile, etc, as normal, and use cvs from within the cygwin bash shell. maybe this isn't exactly the solution you were looking for but it's what we've been using here and it seems to work okay.
Geoff "Mandrake" Harrison
Some Random UI Hacker
unsubscribe slashdot-ssh_on_windows stienman@slashdot.org
end
no, actually it's not a bug at all. when you run a shell script, unless you run it like:
. my_shell_script
it in fact runs a completely seperate subshell.
Geoff "Mandrake" Harrison
Some Random UI Hacker