Thomas Corell wrote:
You are useing cvs.sourcforge.net as server (which is the developer cvs-server, instead of the public cvs.wikipedia.sourceforge.net Server)?
I didn't know that. Nor did I know I was supposed to use ssh instead of pserver. So I tried that, and this is what I get now:
In Linux:
/c/Wikipedia> export CVS_RSH=ssh /c/Wikipedia> cvs -z3 -d:ext:Timwi@cvs.sourcforge.net:/cvsroot/wikipedia co phase3 ssh: cvs.sourcforge.net: Name or service not known cvs [checkout aborted]: end of file from server (consult above messages if any)
What am I doing wrong here?
In Windows:
cvs checkout -P phase3 (in directory C:\Wikipedia) cvs [checkout aborted]: Connection to server failed
... although the true cause of this could be that I don't have a Windows port of ssh. Anyone know where I can get one?
Thanks, Timwi