login failure on WindowsNT

2000-10-10 Thread Pradeep Picardo
Hi, I am using the command line (DOS) cvs client version 1.10.5 on WindowsNT to connect to a cvs server on a Sun Solaris machine.The server has been recompiled to listen on port 2404. (There are 3 other cvs servers on the same machine listening on ports 2401 to 2403). I have (correctly I believe)

Re: login failure on WindowsNT

2000-10-11 Thread Pradeep Picardo
incorporated into the main distribution ? (Because it does seem like a needless omission to me.) Pradeep. On Wed, 11 Oct 2000, Derek R. Price wrote: > Pradeep Picardo wrote: > > > I have (correctly I believe) set the environment variables CVSROOT and > > CVS_CLIENT_PORT on

Re: login failure on WindowsNT

2000-10-12 Thread Pradeep Picardo
The necessary code is already there in the function start_tcp_server(), it just needs to be 'cut and pasted' into connect_to_pserver(). I'm attaching the output of the diff command to this mail, I believe there's something called 'patch' but I'm a windows guy and am not familiar with the unix conv