Changing the Repository Location

If you need to change the repository location, you can use cvsroot to change references to it in your working copy:

$ cvsroot <working directory root> <new repository root>
The program walks the working directory tree changing the CVS/ROOT files which store the repository location. It does nothing to the repository itself, which you can move in the same way as any Unix directory tree. Remember to change the CVSROOT environment variable to the new location.