0

I am aware that removing a workspace does not make its name available again.

I had a workspace called MyWSpace. I removed that workspace using accurev rmws MyWSpace and it said it was remove successfully. I then tried to rename it using accurev chws -w MyWSpace _MyWSpace, which it also said was successful.

However, now I have problems. I made a new workspace using accurev mkws -b MyStream -w MyWSpace2 -l /home/user/MyWSpace. I now want to rename it using accurev chws -w MyWSpace2 MyWSpace and I get There is already a stream named. So I executed accurev remove stream MyWSpace_username, which it said was successful, but when I try to rename my new workspace again, I get the same error.

I'm at a loss for how to do this.

Community
  • 1
  • 1
ewok
  • 20,148
  • 51
  • 149
  • 254

1 Answers1

1

Once you create a workspace/stream, that name is taken forever, even if you rename/delete the workspace/stream.

So at some point in time, the name MyWSpace was used.

jstanley
  • 2,087
  • 15
  • 22