Next: Cleaning up
Up: A Sample Session
Previous: Getting the Source
  Contents
Now you edit some files and make changes. Assuming you didn't
add or delete files you can save the changes (``commit the changes'').
No one can see the changes and the repository won't know about the changes
until you commit them. So you type:
cd ~/axiom
cvs commit -m"this is the log message describing the change"
root
2004-02-24