From: Julian P. <we...@ea...> - 2000-04-10 18:09:36
|
---- you wrote: > Julian Peterson wrote: > > > Once it is, and assuming you're joined up with the sorceforge project, > > you'll be able to retrieve it by typing: > > cvs -z3 -dy...@cv...:/cvsroot/sdldoc co > > sgml > > I've tried, but w/o luck: > $ cvs -z3 -ds...@cv...:/cvsroot/sdldoc co sgml > slayer.sourceforge.net: Connection refused > cvs [checkout aborted]: end of file from server (consult above messages if any) > > What does it mean? > Try setting the environment variable CVS_RSH to ssh ie, for bash like shells: export CVS_RSH=ssh or for csh like shells: setenv CVS_RSH ssh Julian. |