Inherits:
::tycho::RevControl
-
Source File -
Contents:
public methods
- public procs
- protected methods
This class defines how revision control will be handled when using
SCCS, and is intended to be contained within objects that use such
facilities. Note that this is a UNIX-specific interface to SCCS.
Public constructs
-
initializeRevControl
- Put the file under revision control.
-
retrieveVersion
version
- Get the specified version and open the file.
-
unedit
- Unedit the file associated with this class.
-
viewHistory
- View or close the version control history.
-
checkIn
object
- Check in the file associated with the specified File object.
-
checkOut
object
- Check out the file associated with the specified File object.
-
isUnderRevControl
file
- Check whether the given file is under revision control, and
return a 1 if it is or a 0 otherwise.
Protected constructs
-
isCheckedOut
- Return 1 if the file is checked out, 0 otherwise.
Here we assume that if the file is read-only, then it is not checked out.
-
updateHistory
- Update the history information, if it is on display.
Index of classes
Author: Joel King and Edward A. Lee
Contributor: Christopher Hylands
Version: @(#)RevControlSCCS.itcl 1.34 11/12/96
Copyright: (c) 1995-1996 The Regents of the University of California.