I had a similar problem where WinCVS 1.3.6.1 beta 6 showed this error: cvs checkout CVSROOT (in directory C:\) cvs [checkout aborted]: unrecognized auth response from servername: cvs [authserver aborted]: bad auth protocol start: BEGIN NTSERVER
And the server reported this from the command line: C:\>cvs -d :ntserver:servername:d:/cvs co CVSROOT cvs [checkout aborted]: the :ntserver: access method is not supported by this port of CVS As Boyd Meier suggested on 5/13/2002, the problem was related to having multiple versions of cvs on the server, and the ntserver_protocol.dll was actually missing. The resolution was to uninstall CVSNT, clean up the PATH, and reinstall CVSNT. --Dave -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 5:55 AM To: [EMAIL PROTECTED] Subject: Re: [Cvsnt] CVS NT + Windows XP On Tue, 28 May 2002 08:34:43 +0000 (UTC), Maciej Sinilo <[EMAIL PROTECTED]> wrote: >Hello, > >I'm trying to install CVS NT on WinXP based server (using ntserver). >Everything goes fine to the point when I tried to perform some action >from client machine. Each command ends with something along the line of: > >cvs -d :ntserver:Server:d:/Mega-Backup/Repository init >cvs [init aborted]: : bad auth protocol start: BEGIN NTSERVER > It sounds like either: The cvs.exe on the server is not the CVSNT one. The cvs.exe on the server can't find the ntserver_protocol.dll Tony _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
