LogRevision Document Command

LOGREVISION File Commands

Adds revision history and increases the revision number for a document, chapter, page or masterpage.

logrevision [DESCRIPTION text] [VERSION major minor | BUMPREV] [USER username] [CHAPTER name | PAGE number | MASTERPAGE name]

DESCRIPTION/s The text to add to the revision log.

VERSION/i The major and minor version numbers.

BUMPREV Increments the revision number by 1

minor version. Default.

USERNAME/s The name of the user.

CHAPTER/s The document/chapter name.

Default=current.

PAGE/s The page name. Default=current.

MASTERPAGE/s The master page name. Default=current.

Notes:

Revision numbers are tracked by major and minor versions in the format of major.minor. i.e., 2.1.

Examples:

logrevision bumprev

logrevision description "Fixed colors" user "Colleen"

 

LogRevision  Command Definition  url:PGScmd/logrevision
  created:2006-03-30 15:05:43   last updated:2006-03-31 11:11:33
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For LogRevision
Dan Kilroy wrote...2006-05-04 16:37:32

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

LogRevision ([DESCRIPTION description] [BUMPMINOR | BUMPMAJOR | VERSION majorversion minorversion] [CREATED | MODIFIED] [USER username] [DOCUMENT document | CHAPTER document:... | PAGE document:...-pagenum | MASTERPAGE document:...-masterpage | WINDOW document-window])


Parameters:


Results:


Notes:
in this case, WINDOW will make use of the document.


See Also:
DeleteRevision, GetRevision, GetRevisions, InsertRevision, SetRevision, and SetRevisionTracking


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For LogRevision