REPOSITORY RENAME

Description

Renames a repository.

Usage

cm repository | repo rename [<repspec>] <new_name>

Options

Option / ArgumentDescription
repspecRepository to be renamed. (Use 'cm help objectspec' to learn more about repository specifications.)
new_nameNew name for the repository.

Help

Remarks

This command renames a repository. If no repspec is specified, current repository will be assumed.

Examples

cm repository rename development

(The current repository will be renamed to 'development'.)

cm repo rename rep:default@SERVER:8084 development

(The 'default' repository on 'SERVER' will be renamed to 'development'.)