Tools: MPW
Advanced Search
Apple Developer Connection
Member Login Log In | Not a Member? Support

MPW Command Reference


UnObsoleteNameRevisions

Built-in

SYNTAX

UnObsoleteNameRevisions name… [-a] [-project project] [-r]

DESCRIPTION

The UnObsoleteNameRevisions command lets you mark a symbolic name as not obsolete. The name must have been previously marked as obsolete by the ObsoleteNameRevisions command. Names that are not obsolete appear in the Select Files in Name pop-up menu in the Check Out window.

This built-in command was added in the v. 3.5 MPW Shell.

INPUT

None

OUTPUT

None

STATUS

UnObsoleteNameRevisions can return the following status codes:

0

no errors

1

syntax error

2

processing error

3

system error

PARAMETERS

name

Specifies one or more symbolic names to mark as not obsolete.

OPTIONS

-a

Represents all the symbolic names in the current project. Can be used in place of the name parameter.

-project projectName

Names the project which contains the symbolic name. This becomes the current project for this command.

-r

Executes UnObsoleteNameRevisions recursively on the current project and all of its subprojects.

-u user

Identifies the name of the current user.

EXAMPLES

The following command marks the symbolic name "v7.6" as not obsolete so that it will appear in the Select Files in Name pop-up menu in the Check Out window.

UnObsoleteNameRevisions v7.6

SEE ALSO

DeleteNames

DuplicateNameRevisions

LockNameRevisions

NameRevisions

ObsoleteNameRevisions

ProjectInfo

UnlockNameRevisions

 
 


Last Updated July 2000