Re: [Scriptonite-dev] setup on nt
Status: Planning
Brought to you by:
egagnon
|
From: Etienne M. G. <eg...@j-...> - 2000-02-28 19:29:42
|
Hi Uwe. When you used "ssh", did you need to provide any option? e.g.: ssh -P -l uweDeportivo cvs.scriptonite.sourceforge.net [ By the way: The line above shoud result into: Last login: xxx from xxx No mail. Welcome to cvs1.sourceforge.net This is a restricted Shell Account You cannot execute anything here. Connection to cvs.scriptonite.sourceforge.net closed. ] If this works, then you need to make a small batch file called MySSH.BAT with the content: ssh -P -l uweDeportivo %1 %2 %3 %4 %5 and you set CVS_RSH to MySSH (which should also be on your path). Then try: MySSH cvs.scriptonite.sourceforge.net If this works (e.g. same result as above), then try cvs -d again. I hope this works... Etienne Uwe Hoffmann wrote: > > I'm still in setup hell on nt. > > If one of you has an idea about the following it would be great. > > What I have so far: > > - installed all required pieces (cvs, ssh) > - logged in with ssh: worked > - checked out with cvs and anonymous pserver: worked > - tried to check out with CVS_RSH=ssh and -d username argument: didn't work > and got > > cvs [checkout aborted]: cannot connect to socket: Connection refused > > - I thought maybe it's some of my webservers: killed all apache and jrun > instances: still the same > > - went to our solaris machine and tried there: same problem > > Is it possible that the cvs server side doesn't let me in ? > > thanks, > > uwe > > _______________________________________________ > Scriptonite-dev mailing list > Scr...@li... > http://lists.sourceforge.net/mailman/listinfo/scriptonite-dev -- ---------------------------------------------------------------------- Etienne M. Gagnon, M.Sc. e-mail: eg...@j-... Author of SableCC: http://www.sable.mcgill.ca/sablecc/ ---------------------------------------------------------------------- |