Next: Checking out older versions
Up: The PSI3 Source Code
Previous: Updating checked out code
Contents
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:
- cd $PSI3/src/bin/great_code
- svn remove bad_code.F
- svn ci -m ``Put comments here.''
sherrill
2008-02-13