RE: [Scriptonite-dev] setup on nt
Status: Planning
Brought to you by:
egagnon
|
From: Uwe H. <uw...@ia...> - 2000-02-28 20:50:44
|
> When you used "ssh", did you need to provide any option? e.g.: > > ssh -P -l uweDeportivo cvs.scriptonite.sourceforge.net ssh -l uwedeportivo cvs.scriptonite.sourceforge.net that worked > > [ > 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 that worked too > > If this works (e.g. same result as above), then try cvs -d again. > > I hope this works... unfortunately I still get cvs [checkout aborted]: cannot connect to socket: Connection refused |