[All]
How do I set a custom CVS PServer port?
Por: Christopher Moeller
Resumo: Using global environment variables to change the default CVS PServer port
Untitled Document
Question:
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>
Connect with Us