Question

I'm trying to use CCRC API in order to get pervious versions for a specific file and compare with the checkout file.

I know ClearCase can use get command. But how it works in CCRC API?

Does anybody have some example how to retrieve this version without changing the config spec?

Thanks, Crispy

Was it helpful?

Solution

rcleartool has seen new commands with CC8.0.0.3 and CC8.0.4, but is still missing a 'get' command except for the very latest ClearTeam version (8.0.1: see the rcleartool list of commands).
I said as much in "How do I retreive previous or old version in CCRC 7.1.2".

With CCRC 8 (aka ClearTeam Explorer) supporting dynamic view, you can try and use version-extended path (or rcleartool get), but if you are talking about CCRC, you are likely to be with a ClearCase 7.2.x instead of 8.x.

A separate dedicated web view, with a config spec you can change remains for now your safest as in "available right now") option.


I'm writing code to compare my checkout file(some code is modified) with the latest version in clearcase. So I have to get the content of the previous version to compare with my checkout file.

That seems more a job for rcleartool diff -pred

-pre/decessor

Effectively converts the first pname argument into two names:

  • (1) the predecessor version of pname in the version tree;
  • (2) pname itself.

If pname specifies a checked-out version, the predecessor is the version from which it was checked out.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top