Concurrent Versions System (CVS) Question:
How to access CVS server?
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.
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.
Previous Question | Next Question |
How to setup a CVS server? | List main CVS commands? |