If your development environment includes a configuration management system such as Rational Software's ClearCase, you can use the Purify toolbar to check files in and out directly from the Purify Viewer.
For the integration to take effect, your search path must include the path to your configuration management system, and the scripts behind the tool buttons must include the commands that your configuration management system recognizes.
By default, the tool button scripts invoke ClearCase commands. You can set the tool buttons to work with an alternative configuration management system, however, by modifying one line in each of three scripts:
In pure_checkin, modify checkin="cleartool checkin" by substituting your configuration management system's checkin command for cleartool checkin.
In pure_checkout, modify checkout="cleartool checkout" by substituting your system's checkout command for cleartool checkout.
in pure_uncheckout, modify uncheckout="cleartool uncheckout" by substituting your system's uncheckout command for cleartool uncheckout.
For general information about modifying Purify scripts, click