chaozh writes:
> 
> $ cvs -d :pserver:[EMAIL PROTECTED]:/cygdrive/f/CVSRepositories version
> Client: Concurrent Versions System (CVS) 1.11.22 (client/server)
> Fatal error, aborting.
> : no such system user

My crystal ball tells me that you have cygwin configured to use Unix
line endings but your CVSROOT/passwd file has DOS line endings, so it's
trying to find a user named cvsroot<CR>.  The solution should be
obvious.

Since you're running on Windows, you might be better off using CVSNT
(which was specifically designed for Windows) rather than regular CVS:

        <http://www.cvsnt.org/>

-Larry Jones

He's just jealous because I accomplish so much more than he does. -- Calvin


_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to