Amit Bakhru writes:
> 
> [payroll@ganga test]$ cvs -d
> :pserver:[EMAIL PROTECTED]:/home/cvsroot checkout test
> Fatal error, aborting.
> 11424: no such user

Your CVSROOT/passwd file is incorrectly formatted (it is *NOT* the same
as /etc/passwd).  The format is:

        user:password[:user to run as]

Your CVSROOT/passwd is something like:

        root:xcviyusdf:11424

so CVS is trying to run as user "11424" which doesn't exist.

Also, it's a very bad idea to use CVS as "root".

-Larry Jones

Ever notice how tense grown-ups get when they're recreating? -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to