From: Robert L K. <rl...@al...> - 2000-02-03 12:34:23
|
Date: Wed, 02 Feb 2000 21:02:57 -0700 From: "S. Miller" <sm...@rn...> CC: th...@ph..., gim...@so... Since I'm new to both this project and open source development, can anyone help with cvs? I don't seem to have ssh1 (is there someplace that I can get it aside from ftp.cs.hut.fi, which appears to be down?), so I tried anonymous just to get the tree downloaded. Following the instructions, I got rejected: steve> cvs -d:pserver:ano...@cv...:/cvsroot/gimp-print login (Logging in to ano...@cv...) CVS password: cvs [login aborted]: authorization failed: server cvs.gimp-print.sourceforge.net rejected access Help? As a developer, you shouldn't use anonymous access. The correct command to use is: export CVS_RSH=ssh cvs -ds...@cv...:/cvsroot/gimp-print co CVSROOT You do need ssh installed on your system, though -- rsh will not work. You can get freessh from www.freessh.org. -- Robert Krawitz <rl...@al...> http://www.tiac.net/users/rlk/ Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lp...@uu... Project lead for The Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |