ccrc

Using Eclipse Update Sites after SSL redirect

Hey, Recently I've set up the ClearCase Remote Client (an eclipse plugin) to work through SSL, so instead of an http URL, it follows an https URL. However, this breaks the access to the Update Site, returning an error that the site has a "Premature End of File" error. My question(s) are this... Is there a problem with Eclipse accessi...

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 (gives you Properties: snapshot webview readwrite) then use a regex or something, but I'...

Identify the correct tool for developers, based on real needs

I will start with a little background for perspective to the question, what legitimate questions can I pose in order to identify the correct source control tool for the real needs of my development teams? The developers have used ClearCase since an IBM consulting lead project team installed it for use during a large in-house project. ...

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

Hey, 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 very useful for referencing tools that may be in a VOB external to the Java Project...

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

Hi! 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 trigger, considering it seems to do not work as with dynamic or snapshot view? Thanks...

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 is there and I can check it out manually. ...

Is there a CLI for CCRC version 7.0.1

Is there a command-line interface (CLI) for version 7.0.1 of the ClearCase Remote CLient (CCRC)? The only CCRC CLI information I can find seems to only be relevant for version 7.1. I tried downloading that, but it doesn't seem to work with version 7.0.1. (and its no surprise, as 7.0.1 is not listed as being compatible). So, is it poss...

Elements are listed in a vob but not able to checkout/checkin in CCRC

Hi, There are 2 windows domains named as OPR & BDC. In OPR domain the CCRC server is hosted, users accessing from BDC domain can able to connect to CCRC and list the vob....and also able to join the project. To perform any checkout/checkin/loading resources it is taking long time and after a day it is in same state.Connectivity is fine ...

How to list files under a clearcase view via ccrc?

Hello, is there any way to list files under a clearcase view using the remote client cli? Currently I'm doing mkview and an update to get the files, then list them with ls/dir command. I'm only interested in the ls/dir output NOT the files themselves. Thanks in advance! ...

Parallel optimization of a checksum algorithm ?

Hello All, The below code sample is an implementation of CRC-CCITT that I'm using in one of my projects. public static unsafe ushort CRC(byte * it, byte * end) { unchecked { ushort crc = 0xFFFF; ushort quick = 0; for (;;) ...

How to add view to ClearCase Remote Client "My Views" dashboard?

Hi I made a new view by CCRC CLI. Now I'm trying to set a new tab for it inside the CCRC dashboard, under "My Views". Do you know how to? Thanks! ...