Can anybody help me with the default port number used for CVS repository.
regards, PK
pserver is a method for giving remote access to CVS repository. Basically you run cvs as a server listening on port 2401. The "default" mode would be local access, where a developer has an account on the system hosting the CVS repository and accesses its directory and files directly.
grep cvs /etc/services
says 2401, both TCP and UDP. Of course, using it over SSH will use port 22 instead.
The default pserver
port is 2401 but, of course, that's no guarantee that your particular server will be using that port. However, since you asked for the default, 2401 is the answer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With