next up previous contents
Next: Viewing differences Up: A Sample Session Previous: Committing your changes   Contents

Cleaning up

Now all of the changes you made are safely in the repository and you can delete the current files if you wish:
cd ~
cvs release -d axiom
The release command checks that all of your changes have been committed. The -d option will delete the axiom directory if everything has been committed.

Notice that once you commit the changes to the files you can destroy all of the files. They are now safely in the repository and you don't need to keep copies.


root 2004-02-24