next up previous contents
Next: Checking out older versions Up: The PSI3 Source 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 SVN.

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. svn remove bad_code.F
  3. svn ci -m ``Put comments here.''



sherrill 2008-02-13