How do I configure the CVS PServer to use a different port value than the default?
Answer:
You may do this from the commandline in the following way:
Windows:
set CVS_PSERVER_PORT=<custom port value>
Linux:
export CVS_PSERVER_PORT=<custom port value>
Last Modified: 30-JUL-01