move, mv

Move or rename a shared resource in a local workspace.

Purpose

The scm move subcommand moves or renames items in a local workspace, creating a change set in the process. The current working directory must be in a local workspace.

Synopsis

scm move source destination

Options and arguments

source
The item to move (must be a path name in a local workspace).
destination
Where to move the item (must be a path name in a local workspace).

Examples

Working in a local workspace, rename the file HelloJazzClient.launch to client.launch:

C:\local-workspaces\HelloJazz\com.example.hellojazz.rcp.ui>scm move HelloJazzClient.launch client.launch

Working in a local workspace, move the file messages.properties to a different folder:

C:\local-workspaces\HelloJazz\com.example.hellojazz.client>scm move messages.properties  src\com\example\hellojazz\client


Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug