Show TOC

Background documentationCLOSEWORKSPACE / CLOSEWS Locate this document in the navigation structure

 

Closes a workspace for any modification. A closed workspace is read-only. No further check in or integrate commands are allowed for this workspace.

Syntax

Syntax

CLOSEWORKSPACE <-w "workspacePath"> <-c "comments">

Arguments

<-w "workspacePath">

Workspace path of the workspace that needs to be closed.

<-c "comments">

A short note specifying why the action was performed.

Description

Closes the given workspace.

Example

To close a workspace //sap/DEV/inactive, execute:

closews -w //sap/DEV/inactive

Note Note

To re-open a closed workspace, use the REOPENWS command.

End of the note.