Question:
How can I rename a Unity Version Control (formerly known as Plastic SCM) repository?
Answer:
From the Unity Version Control GUI:
- Click on Repositories & Workspaces
- Right click the repository and select Rename from the context menu
From the command line client:
cm repository rename oldname newnamePlease note: When you rename a repository, all workspaces pointing at the repository will need to be recreated.