| Available | Now |
| Due | Prior to project 1 |
If any part of the process described below fails, think about the error message for a while and see if you can figure out what went wrong. If you can't, email Dr. Oates from your GL account. Cut and paste the command you entered and the response you received into the body of the email.
Here are your tasks:
cd
cvs -d /afs/umbc.edu/users/o/a/oates/pub/cs341f08/Proj0 checkout -d MyProj0 your_gl_username
cd MyProj0
emacs Proj0.java
After invoking emacs, or your favorite text editor, write whatever code you
want in Proj0.java, save it, and exit the editor.
cvs add Proj0.java
cvs commit
Note that when you commit changes, CVS will open an editor in which you are
supposed to type a log entry that describes what you've done to the code.
When you exit the editor your commit will be finalized.
rm Proj0.java
ls
cvs update
ls