views:

873

answers:

1

I've been googling for a while now, I found some not complete tutorials how to install CC 7.1.1 like this one : https://publib.boulder.ibm.com/infocenter/cchelp/v7r1m0/index.jsp?topic=/com.ibm.rational.clearcase.cc_ms_install.doc/topics/t_install_ccrc_eclipse.htm

Which update site do I add in eclipse to install 7.1.1 ? I need this particular version because it is only one supported in windows 7

+1  A: 

First ClearCase 7.1.1 is not yet officially supported on Windows7.

CCRC (the remote client) is supported, because it only uses snapshot view (CCWeb view) which works on W7 (only dynamic views are not supported yet)

Finally, the "update" site for CCRC 7.1 should be, according to this IBM post:

http://yourserver:12080/ccrc/update

But that is actually only working for 7.0, not 7.1

(And, as mention in this upgrade process, you will need to install GEF as well.)

With a CCRC server 7.1.x, You must use a full RCP CCRC 7.1.1 client available on Passport Advantage.


You have two configurations:

  • You have installed a full ClearCase client (not the remote client, the complete client), because the VOB server is not "too far" from your workstation.
    Then, in that case, you can add an Eclipse ClearCase plugin. See this question.
    It is not a CCRC plugin, but a full ClearCase plugin.

  • You have not ClearCase on your workstation. Then the only solution to still access some ClearCase view is a remote client.
    With ClearCase 7.1, you only have a standalone version of the CCRC, not an Eclipse plugin version.
    You had an Eclipse CCRC plugin for ClearCase 7.0. But not for CC7.1

So you need first to qualify your situation. Do you have (independently of Eclipse) a full ClearCase client already installed?

VonC
@VonC what is Passport Advantage?I mean I read in short on this website, do I need to pay to use CC 7.1.1
Gandalf StormCrow
@Gandalf: I have fixed the answer. Plus, the full CCRC client is a product, like ClearCase. It is included in the ClearCase price, so no extra-charge. But it is only available through the Passport Advantage site, giving you access to the *full* product downloads (ClearCase, but also CCRC RCP).
VonC
@VonC I found this one http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/ccrc/701/update/plugins/ , I was told I need to install it manually plugins to plugins, features to features
Gandalf StormCrow
VonC
@Gandalf: In short, I am not sure there is an Eclipse plugin for CCRC 7.1. There was, for CCRC 7.0. But not anymore for CCRC 7.1: only a standalone CCRC client based on a RCP (Rich Client Platform) Eclipse.
VonC
@VonC hmm can you provide me with install site for that version?I'll try it in win..
Gandalf StormCrow
@Gandalf: that's my point: I have never had an "install site " (or "update site") for an Eclipse CCRC plugin. I always used the CCRC standalone client (a full product you download through the Passport advantage. But only if you are sure of the version of your CCRC server. Can you confirm you have elsewhere a CCRC server 7.1.1? See my completed answer.
VonC