Next: Examining the revision history
Up: The PSI3 Source Code
Previous: Removing code from the
Contents
It is sometimes necessary to check out older versions of a piece of code.
Assume we wish to check out an old version of detci. If this
is the case, the following steps will do this:
- cd $PSI3/src/bin/detci
- svn co -revision {2002-02-17}
This will check the main repository and provide you with the code as
it stood exactly on February 17th, 2002.
sherrill
2008-02-13