1
edit
Changes
→Observations
I found the answer to this problem in [[User:David.humphrey|Professor Humphrey's]] [http://cs.senecac.on.ca/~david.humphrey/writing/firefox-win32-build.html guide to building Firefox on Win32]. I noticed that my batch file was lacking the following lines required for proper CVS setup to the mozilla servers:<br />
<pre>SET CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot<br />SET CVS_RSH=ssh</pre>
I added the above lines at the beginning of my batch file and restarted the process. This time I was able to logon to CVS without any problems.