文档

支持

Unity Version Control

REPOSITORY DELETE

Delete repositories with the Unity Version Control CLI.
阅读时间1 分钟最后更新于 5 个月前

Description

Deletes a repository from a server.

Usage

cm repository | repo delete | rm <repspec>

Options

Option / Argument

Description

repspecRepository specification. (Use 'cm help objectspec' to learn more about rep specs.)

Help

Remarks

Deletes a repository from the repository server. The data is not removed from the database backend, but unplugged so that it will not be accessible anymore. (Data can be reconnected afterwards, see 'cm repository add'.)

Examples

cm repository delete myrepository@repserver:myserver:8084
cm repository rm myrepository@myserver:8084
cm repo rm myrepository