Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

filemerge(1)

changes(1)

NAME

changes − Run filemerge on two versions of an sccs file

SYNOPSIS

changes [-iaw] file

DESCRIPTION

This program invokes filemerge to compare two versions of a file under sccs control.  If neither option -i nor -a is specified, the program picks what appear to be the two most recent versions.  That is, if the file is checked out, the current version is compared to the latest delta.  If the file is not checked out, the latest two deltas are compared. 

If -i (interactive) is specified, some recent delta commentary is displayed and the user is prompted for the old and new versions, which default as described above.  Option -a (all) is similar, except that all of the delta commentary is shown, using a pager such as "more". 

Ordinarily filemerge is invoked in read-only mode.  Option -w (write) causes filemerge to be invoked normally, so that the files can be merged. 

ENVIRONMENT

The environment variable PAGER is used as the executable through which to pipe sccs prt output if option -a is specified.  If PAGER is not set, "more" is used. 

SEE ALSO

filemerge(1)

LEGAL DISCLAIMER

THIS SAMPLE PROGRAM IS BEING PROVIDED "AS IS" AND ONLY AS A COURTESY TO THE RECIPIENT.  SUN MAKES NO WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED WITH RESPECT TO THIS SAMPLE PROGRAM INCLUDING QUALITY, PERFORMANCE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON- INFRINGEMENT.  IN NO EVENT WILL SUN BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THIS SAMPLE PROGRAM. 

SunOS WorkShop_4.2  —  Last change: 15 October 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026