Concurrent Versions System (CVS) Question:

How to access CVS server?

Tweet Share WhatsApp

Answer:

We can set our CVSROOT on a remote machine to the following.
Example:
let tom access my cvs export CVSROOT=:pserver:tom@mynode.ca:/home/jiansen/cvs
cvs login
Here password is the same as system password. We can setup specific password for cvs.

Read All 27 CVS Questions
Previous QuestionNext Question
How to setup a CVS server?List main CVS commands?