CSCI 577a Homework #5
CVS Assignment
30 Points - Due Monday, March 6, 2000 in class at 3:30 pm
For this assignment, the goal is to set up CVS (Concurrent Versions System)
for your team directory for use in your team projects. The CVS path
for SCF accounts is /usr/usc/cvs/1.10/bin. Each team will need to set
up CVS to work for their team directory(e.g. set up a repository, etc). Individually, you will be
required to do the following:
-
Check out a document
-
Make changes to the document
-
Commit your changes
-
Add a new file
-
Set a watch on this file
-
Make changes to that file
-
Abandon your changes and revert to the file in the repository
-
Set the watch off on that file
-
Delete that file
Turn in a printout of the revision history of the file showing only your actions.
Please refer to the Electronic Paper
EP-09
for additional information on the use of CVS.