CLOSEWORKSPACE / CLOSEWS
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 |
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. |
To close a workspace //sap/DEV/inactive, execute:
closews –w //sap/DEV/inactive

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