From: Leslie J. <cew...@16...> - 2003-01-16 11:54:32
|
On Thu, 16 Jan 2003 19:34:54 +0800 (CST) "吴传辉" <wuc...@16...> wrote: > In Redhat,when I input: > cvs -d:pserver:ye...@cv.../cvsroot/vimcdoc/ login, > the message is : > logging in to :pserver:ye...@cv...:2401/cvsroot/vimcdoc; > password:***** > connect to cvs.sf.net(66.35.250.207:2401)failed,connection > timed out. Don't do that. Pserver mode is only for anonymous access. Instead, do as follows: $ export CVS_RSH=ssh $ cvs -z3 -d:ext:ye...@cv...:/cvsroot/vimcdoc co doc (Remember that you, as a developer, _never_ have to 'cvs login' before you 'cvs update' or 'cvs commit', etc.) For more convenience, set the CVSROOT accordingly. You could also upload your ssh public key if you don't want to bother typing password each time. Regards, -- Leslie Jackson |