Tagged Questions
The ccrc tag has no wiki summary.
3
votes
2answers
809 views
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 ...
3
votes
3answers
153 views
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 ...
2
votes
1answer
286 views
How to check user group in ClearCase client server
With a full ClearCase installation, CLEARCASE_PRIMARY_GROUP is the usual way to set the main group for a user.
What about a CCRC installation through CLI (Java CM CLI or CCRC CLI)?
The GUI allows ...
2
votes
1answer
413 views
How do I undo a checkin in ClearCase remote client
I am using ClearCase remote client Version 7.1.1, and I am wondering if it's possible to delete a version that was checked in by mistake.
I know that in ClearCase, this is possible by choosing delete ...
2
votes
1answer
369 views
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 ...
1
vote
1answer
25 views
CCRC CLI lsactivity command
I have installed CCRC 7.1.1 with CLI. I was trying to get the list of activities using rcleartool command bit I could not find lsactivity command.
Is there any equivalent command or any indirect way ...
1
vote
1answer
235 views
CCRC ClearCase Remote Client - Examining view configuration details
I'm using only CCRC - I don't have ClearCase locally installed.
I use CCRC Version: 7.1.1 Build id: 7.1.1.03.00_2010C.D100803
I'm working with a mature user of ClearCase - they have hundreds of ...
1
vote
2answers
782 views
CCRC ClearCase Remote Client - Error 'Config spec for view. . . needs to be synchronized'
I'm using only CCRC and I don't have ClearCase locally installed.
I use CCRC Version: 7.1.1 Build id: 7.1.1.03.00_2010C.D100803
I have have a perfectly conventional view on a stream (only I work ...
1
vote
1answer
82 views
ClearCase CCRC: list folders under source control / a VOB?
I want to list folders under source control. What is the CCRC command line command to list folders recursively? Can I do it without creating a view first and therefore updating all files / folders ...
1
vote
1answer
83 views
How to move windows CCRC views to UNIX CCRC?
I need to move windows CCRC Views to unix CCRC server, so:
What are all the Prerequisite should i have to check ?
How to move all user access to Unix CCRC server?
how to access CCRC server via ...
1
vote
2answers
692 views
Clearcase CCRC command 'checkin' failed: Unable to create pathname for file
I have CM Server for ClearCase Remote Clients in windows 2003 server.
Installed package in server.
I'm getting below error in CCRC client:
"CRVAP0087E CCRC command "checkin" failed: Unable to ...
1
vote
1answer
264 views
Flashbuilder 4 and Clearcase plugin
I am running flash builder 4 plugin on eclipse Ganymede 3.4.2
I'm trying to install ClearCase plugin for eclipse but it is giving me no repository found errors. Has anyone run into this? I saw a ...
1
vote
2answers
267 views
Java CM api for ClearCase throw exception
Here is the full exception:
CRVAP0087E (conflict): CCRC command 'Update' failed:
Unable to get contents of directory ...
1
vote
1answer
142 views
How to integrate ClearCase client CCRC 7.1 with Cruise Control build integration (java)?
What is needed to have a build integration (Cruise Control) on a workstation where CCRC is installed?
1
vote
1answer
136 views
scm:clearcase: and cruise control
Can you please tell me requirement for integration of cruise control build integration tool (Java) and ClearCase client (CCRC 7.1).
How to use scm:clearcase: command in a pom?
Is cleartool needed on ...
1
vote
1answer
276 views
How to add view to ClearCase Remote Client “My Views” dashboard?
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!
1
vote
1answer
288 views
How to list files under a clearcase view via ccrc?
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 ...
1
vote
1answer
42 views
Elements are listed in a vob but not able to checkout/checkin in CCRC
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 ...
1
vote
1answer
546 views
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 ...
1
vote
1answer
288 views
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 - ...
1
vote
1answer
296 views
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 ...
1
vote
2answers
694 views
Using Eclipse Update Sites after SSL redirect
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, ...