next up previous contents
Next: Checking out older versions Up: The PSI3Source Code Previous: Updating checked out code   Contents

Removing code from the repository

If alterations of libraries or binaries under Psi involves the deletion of source code files from the code, these must be explicitly removed through CVS.

The following steps will remove a source code file named bad_code.F from a binary module named great_code:

  1. cd $PSI3/src/bin/great_code
  2. rm bad_code.F
  3. cvs remove bad_code.F
  4. cvs ci
  5. Edit the comments file that CVS provides.



psi 2003-01-07