% hello Hello There Goodbye %
% cvs commit -m "Final handin" assign1This will scan the assign1 directory and check in all of the updated files. You may also wish to double-check your assignment by going to a new directory and performing a test like this:
Once your assignment has been checked into CVS, you are done. Your assignment will be automatically collected from the repository after the due-date has passed. If you have not committed your program files to the repository before they are collected, you will receive no credit!.% cd Test % cvs checkout assign1 % cd assign1 % make % hello Hello There Goodbye %