2

I need to rename a workspace created in accurev.

How can it be made with accurev GUI or CLI?

In the case of regular stream it is possible with a "change stream" option, but fro workspace this option is not active.

Alex
  • 9,891
  • 11
  • 53
  • 87

2 Answers2

5

GUI: View -> Workspaces -> Select Workspace -> Right Click -> Edit -> Change name

CLI: accurev chws -w oldname newname

jstanley
  • 2,087
  • 15
  • 22
1

If you want to rename the Stream.

GUI -> Right Click on Stream -> Change Stream -> In name give the new name

Ravi
  • 191
  • 2
  • 6