From: Paul M. <pm...@mv...> - 2001-05-05 23:25:19
|
On Sat, May 05, 2001 at 12:52:35AM +0200, Fr=E9d=E9ric BOYER wrote: > I can't access the source code repository from jCVS. >=20 > I use the following parameters :=20 > - login : Anonymous > - passwd : none >=20 > What's wrong ? >=20 CVS is case sensitive, thus "Anonymous" !=3D "anonymous". Also.. anonymous has to be accessed via pserver as opposed to the rsh/ssh methods. Thus your root should look something like: :pserver:ano...@cv...:/cvsroot/linuxdc Other then that everything looks okay. Do you have some sort of error log that weilds any kind of useful information? and can you add a -t to the CVS command for more verbose messages? Regards, --=20 Paul Mundt <pm...@mv...> MontaVista Software, Inc. |