Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
52 views

How to create script to deploy asp.net application direct from clearcase?

I am trying to write a script to deploy asp.net application from Clear Case. I am using Clear Case Remote Client. How will i start? what is the easiest way?
2
votes
1answer
191 views

Is there anyway to make git-push interactive?

On my remote git server, I have a pre-receive hook that will check-in (commit) into a clearcase repository using rcleartool's non-interactive command. What I'm working on is essentially a git to ...
2
votes
3answers
1k views

How to delete a snapshot view from CCRC when “Remove ClearCase view” is disabled?

I'm running a system with Clearcase Remote Client version 7.0.1.CU04. I don't have cleartool installed on the system, so a command-line solution for my problem is probably unavailable to me. Inside ...
1
vote
1answer
33 views

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 ...
1
vote
2answers
52 views

Reverse Changset of an activity in Clearcase

I have a requirement posted by the development team to reverse all changes in a given UCM activity. Constraint being we do not have delete rights. Meaning I know I can do a lsactivity to list all ...
1
vote
2answers
165 views

In Indigo with CCRC 7.1, The clearcase menu buttons on the JEE 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 JEE perspective ...
1
vote
2answers
792 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
129 views

Clearcase activities

I am new to clearcase so i would like to remove the baselined activities(i.e., already done activities) in my view any there any command is available to remove them or is it possible to remove them in ...
1
vote
1answer
127 views

ClearCase Version Discordance

Is there a way to resolve a version discordance through the command line using rcleartool (not cleartool, as I work on a snapshot view). There is no option for me to use a UI to resolve the issue. ...
1
vote
1answer
86 views

rcleartool Atomicity

Let's say I have a local view that gets periodically updated using rcleartool update from the central ClearCase server. This update task takes 20~30 seconds to complete. When my local view is ...
1
vote
1answer
123 views

is rcleartool checkin atomic?

I have a bad feeling that the answer is no, but is the checkin command of ClearCase Remote Client in single-command mode in anyway atomic? For example, I have three files A, B, and C. I make ...
1
vote
2answers
429 views

Clearcase remote client 7.0.1 file “download” problem on Windows 7

I want to create a view of a folder server using the remote client 7.0.1. When the view is created I can see all the folders, but not a single file. We tried to update the view several times and it ...
1
vote
1answer
1k views

Rational clear case CM API fail to checkout source code

I am trying to connect clear case server using Java code with help IBM ClearCase CM API. Currently I have below setup: I have clear case client (CCRC) 7.1 is install on my machine. View is created ...
1
vote
1answer
289 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
130 views

How to search a file in eclipse clearcase?

I am using eclipse clearcase remote client. Everytime i wish to check out the file, i am going into the long branch. Is there any way to find a file directly in the root like searching?
1
vote
1answer
179 views

Undesired Checkout Resources pop up in CCRC integrated with VS2008

I have clearcase integrated with Visual Studio 2008. Everytime, I open a solution, I get Checkout Resources pop ups for the solution file and the project files within. I have to click on 'Cancel' ...
1
vote
1answer
547 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
510 views

What are the differences between scm adapter and CCRC eclipse plugin?

Eclipse SCM adapter - spawns another window in order to do operations and not within the IDE? CCRC - integrated with eclipse, e.g. label decorator can be seen in IDE. It only supports to a specific ...
1
vote
2answers
2k views

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. ...
0
votes
1answer
295 views

Visual studio 2008 - Clearcase integration Checkout issue

I've integrated clearcase plugin to visual studio 2008. I'm facing problem with unreserved checkout option with plugin. I modified, TOOLS -> options -> Rational clearcase -> clearcase user options . ...