Version Control
The file version control commands are located in the source editor Version menu. They act on the file currently
open in the editor window.
Release 1.0 of the WorkShop supports the following version
control systems (VCS):
- PVCS (Microsoft Windows 95/NT)
- RCS (Solaris)
- SCCS (Solaris)
Use Options->Version Control (in the main WorkShop menu bar)
to select one of these options. Be sure that the commands
are in your execution path.
The following commands appear in the editor Version menu:
- Checkout--Use this command to check out the file that
is open in the editor from the VCS--makes the
file writable.
- Check In--Use this command to check the file
open in the editor back into the VCS--makes the file
read-only.
- Check In New--If the file open in the editor is not currently
under the control of a VCS, use this command to place it under
VCS control--makes the file read-only.
- Uncheckout--Use this command to undo the effect of the
Checkout command. Any modifications you made to the file are deleted and
the file is checked back into the VCS--makes the file read-only.