VersionMapCommandsDoc.tioga
Mike Spreitzer, June 14, 1990 7:18:42 am PDT
Last tweaked by Mike Spreitzer on June 14, 1990 8:08:25 am PDT
VersionMapCommands
CEDAR 7.0 — FOR INTERNAL XEROX USE ONLY
VersionMapCommands
Mike Spreitzer
© Copyright 1989 Xerox Corporation. All rights reserved.
Abstract: This package provides a couple commands for querying and manipulating version maps.
Created by: Mike Spreitzer
Maintained by: Mike Spreitzer <Mike Spreitzer:PARC:Xerox>
Keywords: VersionMap
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
1. Commands
name VersionMapList
syntax
VersionMapList <fileName or $mapName> <shortName>
description
Lists all the information that the named version map has about the given shortname.
examples
% VersionMapList $Source RMTWModules.mesa
[CedarCommon2.0]<Cirio>RMTWModules.mesa!6 April 13, 1990 2:58:59 pm PDT 0000:96A3:A7EF
% VersionMapList [PCedar2.0]<VersionMap>PCedarIntermediate.VersionMap RMTWModules.mob
[PCedar2.0]<Cirio>RMTWModules.mob!14 June 6, 1990 3:03:48 pm PDT 0000:C8C4:A836
name VersionQuery
syntax
VersionMapList <fileName or $mapName> <versionStamp>
description
Lists all the information that the named version map has about the given version stamp. Note that a version stamp has 3 halfwords in DCedar and 4 in PCedar.
examples
% VersionQuery $Symbols D8F9:A6F3:9125
[Cedar7.0]<Rope>Rope.bcd!9 of January 14, 1987 6:14:57 pm PST
name VersionMapCopy
syntax
VersionMapCopy <fromFileName> <toFileName>
description
Copies a version map from one file to another by using the standard procedures for reading and writing version maps.
examples
% VersionMapCopy [PCedar2.0]<VersionMap>PCedarSource.VersionMap PCedarSource2.VersionMap