1
  1. Cleartool has a command cleartool rmstream to delete a specific stream. But in CCRC there is no corresponding command. From GUI also, there is no option to delete the stream. Anyone has any solution to this? Views can be deleted.

  2. Similarly, for cleartool rmbranch is there any alternative command in CCRC?

Why complete command support is not provided in CCRC, people are not supposed to use CCRC??

Ravi
  • 239
  • 2
  • 14

1 Answers1

1

From what I can see, this does not seem supported (not from a CTE ClearTeam Explorer even 9.x), so not from IBM Rational ClearCase Web (CCWeb) or IBM Rational ClearCase Remote Client (CCRC)

That means an admin has to delete the stream on the IBM Rational Web Platform (RWP) server side.

Why complete command support is not provided in CCRC, people are not supposed to use CCRC??

Because CCRC is meant to be used by clients, and rmstream/rmbranch are consider "administrative" commands, better done on the server side by admins.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • BTW, if I have multiple streams created but corresponding views are removed via CCRC GUI, is there any issue with keeping all those streams without removing them? Will that eat up any space on my system/server? – Ravi Jun 26 '19 at 05:45
  • @Ravi No: it will not eat that much space on the server. Only versions created on the associated branches of those stream could be costly in term of storage. But the streams themselves are lightweight. – VonC Jun 26 '19 at 06:25
  • Added more to the original question. – Ravi Jul 03 '19 at 09:24