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
5
votes
1 answer

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 clearcase bridge. Unfortunately, this commit command…
Ken Hirakawa
  • 7,831
  • 10
  • 38
  • 49
4
votes
5 answers

Is it possible to find a list of all hijacked files in a view in CCRC?

In the ClearCase Remote Client is it possible to find a list of all hijacked files in a given view?
dlanod
  • 8,664
  • 8
  • 54
  • 96
4
votes
2 answers

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…
pkaeding
  • 36,513
  • 30
  • 103
  • 141
4
votes
1 answer

How do I retrieve previous or old version in CCRC 7.1.2

I am using CCRC 7.1.2 to access UCM project and I could not see any option in CCRC to load previous version. Version Tree tab also do not have any option to it though it shows all version.
RaG
  • 317
  • 7
  • 19
3
votes
3 answers

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…
Cheryl
3
votes
1 answer

rcleartool lsactivity does not have -fmt option

I have a script which needs to use cleartool lsactivity -fmt command: $ctoolcmd = "cleartool lsactivity -fmt \"%[headline]p\" $newactivity"; $newheadline = `$ctoolcmd`; Unfortunately, I am using CCRC and hence it does not support '-fmt' for…
Ravi
  • 239
  • 2
  • 14
3
votes
1 answer

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 in the right click menu (Versions tree) Anyone…
Zied MAKTOUF
  • 61
  • 2
  • 5
3
votes
2 answers

Update CCRC view via windows command line and integrate it in Jenkins

I've been looking for a way to update my CCRC view via windows command line in a non-interactive way. I'm using Jenkins and today there isn't a plugin for CCRC yet (https://issues.jenkins-ci.org/browse/JENKINS-5192), so I'm trying, as a first step,…
Alavaros
  • 1,665
  • 7
  • 32
  • 52
3
votes
1 answer

How to use CCRC to get prievous file version?

I'm trying to use CCRC API in order to get pervious versions for a specific file and compare with the checkout file. I know ClearCase can use get command. But how it works in CCRC API? Does anybody have some example how to retrieve this version…
crispyfries
  • 107
  • 7
3
votes
1 answer

How to convert Reserved check-out to unreserved check-out using CCRC 7.1.2 win version

How can I change checkout type from Reserved to Unreserved ? I am working in Windows environment and I am using CCRC 7.1.2
RaG
  • 317
  • 7
  • 19
2
votes
2 answers

CCRC: Synchronize view with stream from command-line

The config spec of a CCRC view can be synchronized with the stream from CCRC eclipse UI by calling 'Refresh->Update from repository'. I wanted to know if there is a way to do it from command-line. I have tried 'rcleartool update' command. But I…
Veera
  • 266
  • 1
  • 8
2
votes
2 answers

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 to achieve this targetM Also there is no -fmt…
2
votes
2 answers

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?
Amit
  • 197
  • 2
  • 2
  • 8
2
votes
1 answer

How to do code merge from one branch to another in ClearCase

I an new to ClearCase and started studying the ClearCase documentation. UseCase : I have two branches - 'Branch_A' and 'Branch_B'. I need to merge all my changes from 'Branch_A' to 'Branch_B' I won't be able to use the ClearTeamExplorer, so only…
2
votes
3 answers

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 on this stream). Initially this view worked fine, I…
Tony Eastwood
  • 781
  • 2
  • 9
  • 23
1
2 3
8 9