Questions tagged [clearcase-remote-client]

The IBM® Rational® ClearCase® Remote Client is an application designed to operate efficiently over high latency network or wide area network. With Rational ClearCase Remote Client, you can connect to a ClearCase web server and access resources in remote ClearCase repositories and load them into local ClearCase views as ordinary files and directories under ClearCase control.

It is currently managed by IBM

Homepage

129 questions
2
votes
1 answer

Getting Error while installing ClearCase plugin for Eclipse

I am installing IBM Clearcase plugin for Eclipse with following steps: For Eclipse Juno >> Help > Install New Software... click "Add...": http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/" Click "OK" Select…
2
votes
1 answer

Hudson and CCRC integration

I am trying to configure the Clearcase Remote client with Hudson build. I downloaded clearcase.hpi file. There are 2 options Base Clearcase and UCM clearcase, i don't know which to use (not well know about CC). So started with BaseClearcase. given…
JAVAC
  • 1,230
  • 3
  • 17
  • 38
2
votes
2 answers

Ant scripts cccheckin/cccheckout using the CCRC plugin to eclipse?

Is it possible to use Ant scripts to checkin/checkout source code elements while using the CCRC plugin to eclipse? I am getting an error message saying that the element the script is attempting to check out is not part of the VOB, but of course it…
Allan
  • 21
  • 3
2
votes
1 answer

Is there a way to use an Env Variable from CCRC to a non-interactive trigger?

I have a (clearcase) preop non-interactive trigger that needs to evaluate an environment variable value (from client side) in order to perform some checks. Is there a way or w/a to pass such environment variable value from client with CCRC to the…
user169580
2
votes
1 answer

Annotate ("blame") in CCRC?

In base ClearCase there is a "SVN blame"-style command called "Annotate" that shows who wrote each line in a versioned element. Is there a way to annotate using the remote client (CCRC)?
Markus
  • 809
  • 5
  • 10
2
votes
1 answer

Making a CRC table for AES3 (AES-2003)

As a bit of insight into what I am doing, I am attempting to process AES/EBU subframes for an SDI interface. That shouldn't be too important; let's abstract away from that. Page 12 of a standards document calls for a CRC check using the polynomial:…
ZeroDefect
  • 663
  • 1
  • 8
  • 27
1
vote
2 answers

Branching with clearcase remote client

I am trying to branch a file in ClearCase Remote Client. I have the branch set up and the config spec is updated to handle the branch. But I can't find the option, and the googling isn't helping much.
Paul Nathan
  • 39,638
  • 28
  • 112
  • 212
1
vote
1 answer

How do I get the "Copy view area" for CCRC as a variable in Eclipse?

When attempting to set up an 'External Tool' in Eclipse, there are a great deal of variables that deal with project location, workspace location etc - but not any for reference to the Copy View Area - i.e. Where your CCRC view starts. This would be…
Spedge
  • 1,668
  • 1
  • 19
  • 36
1
vote
1 answer

Does the SourceForge Clear Case plugin work with Snapshot views?

I'm using Eclipse 3.6 (Helios) with the latest Clear Case plugin from Source Forge v2.2.14.201202241422. Our ClearCase server tells me: ClearCase version 7.1.2.0 (Tue Sep 21 12:01:15 EDT 2010) (7.1.2.D100920) @(#) MVFS version 7.1.2.0 (Tue Aug 10…
Gordon
  • 1,210
  • 5
  • 16
  • 23
1
vote
2 answers

How can I checkout a version of a file from another branch with Clearcase Remote Client

I'm using the Clearcase Remote Client 7.1.2 (and I only have it available) I have a file which has 2 branches, branch1 and branch2. branch1 is configured to be the default branch in config spec. I want to checkout a version of the file from branch2,…
Cagdas Altinkaya
  • 1,710
  • 2
  • 20
  • 32
1
vote
2 answers

In Indigo with CCRC 7.1, The clearcase menu buttons on the Java EE perspective are disabled. How can I enable them?

In my eclipse Indigo installation, I have the clearcase remote client (CCRC) perspective working - it's connecting the server just fine and the functionality is there. However, in the Java EE perspective most of the buttons are disabled. When I…
Justin
  • 2,559
  • 3
  • 27
  • 33
1
vote
1 answer

Listing only CCRC Views

Can anyone think of a quick, easy and fullproof way of listing only ClearCase Remote Client views from UNIX? ct lsview obviously lists all the views, and you could search by looking at the Properties: section if you run a ct lsview -properties -full…
Spedge
  • 1,668
  • 1
  • 19
  • 36
1
vote
1 answer

ClearCase equivalent for git - checkout branch, commit and push code

In Git, for pushing our code to the new branch we do the following steps: Checkout the new branch Make changes in it Commit the code to the branch with commit message Push the code to the branch What is the equivalent for it in ClearCase? It is so…
1
vote
1 answer

Equivalent for 'Clone in git' in ClearCase

I am new to ClearCase (just started Today), I used GIT and SVN before for version control. In Git, I generally 'clone' the repository to fetch the code to my local and do the 'checkout' What is the equivalent for it in ClearCase? I read the document…
1
vote
2 answers

How to Add Missing Foundation Baselines in ClearCase

So Someone from my team has deleted some foundation Baselines from an Integration Stream and now when people rebase their development stream many of the folders and files inside them are missing. We can see those missing foundation baselines in the…
1 2
3
8 9