CVS (cont)
CVS has a number of other commands for manipulating working copies and repositories:
cvs status |
| Report status info about files (versions, how up-to-date, etc.) |
cvs diff |
| Show diffs between working copy and repository version |
cvs log |
| Report who did what to the files and when |
cvs add |
| Add a new file into the project |
|