InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|