Class ::tycho::RevControlRCS


Inherits: ::tycho::RevControl - Source File - Contents: public methods - public procs - protected methods
This class defines how revision control will be handled when using RCS, and is intended to be contained within objects that use such facilities. Note that this is a UNIX-specific interface to RCS.

Public constructs

Public Methods

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.

Public Procs

checkIn object
Check in the file associated with a File object.
checkOut object
Check out the file associated with a 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

Protected Methods

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
Version: @(#)RevControlRCS.itcl 1.18 11/12/96
Copyright: (c) 1995-1996 The Regents of the University of California.