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

Java ClearCase Update on a HTTPS Server

I am trying to automate ClearCase, so I can do automatic building. The first step is to update a view by script. I am trying this with the following Java code: StpProvider provider = (StpProvider) ProviderFactory.createProvider( …
2
votes
2 answers

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, returning an error that the site has a "Premature End…
Spedge
  • 1,668
  • 1
  • 19
  • 36
2
votes
1 answer

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 to set a primary group, but how would you set it…
user486631
2
votes
1 answer

How to automate updating a ClearCase view using rcleartool?

I want to do automation of the process of taking latest code from ClearCase. I am able to get latest using rcleartool in cmd successfully. Now, I need to automate this cmd script as well. Can someone please suggest me how should I go about…
TyagiP
  • 51
  • 3
2
votes
4 answers

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 of CCRC, I've created many views that appear in…
Erik Hermansen
  • 2,200
  • 3
  • 21
  • 41
2
votes
2 answers

CCRC Is it possible to send a comment on checkin which contains newlines in the check in message

I'm trying to checkin a file using rcleartool and pass in a comment which contains more than 1 line (on windows) > rcleartool.bat ci file1.cxx -c "comment with more than one line" but this doesn't seem to work well, infact I can't even enter…
MyDeveloperDay
  • 2,485
  • 1
  • 17
  • 20
2
votes
2 answers

ClearCase - How lock a file only on a specific branch

Can someone to point me to lock a file only on a specific branch in clearcase? Note that i want the same file to be modified in all other branches that other teams working on... Locking the branches as appropriate might help.But it does not sound…
2
votes
1 answer

Clearcase Remote Client add minified file (8000 chars in a line)

I have some minified files that I'm trying to add to ClearCase via the remote client. Apparently these files are failing due to a large number characters in one line. I found a solution if one is using the full client here, but I'm not sure how to…
Michael Witt
  • 1,582
  • 4
  • 22
  • 43
2
votes
1 answer

How to see eclipsed files on ClearTeam Explorer?

I have an eclipsed file in my ClearCase dynamic view. If I use ClearCase Explorer, I see it's eclipsed (the yellow moon icon). If I check the command-line, I see it's eclipsed indeed. When I use ClearTeam Explorer, it does not specify it's eclipsed…
dilip
  • 243
  • 2
  • 8
2
votes
1 answer

CCRC Synchronization with Remote copy

I am using CCRC 7.1.2 in our project.Is there any option to synchronize local copy with remote copy so that we can update only the modified files? Refresh->Update from repository option is giving entire folder contents that we are updating but i…
Vineeth Bhaskaran
  • 2,161
  • 1
  • 29
  • 36
2
votes
1 answer

How to overcome the situation where a user leaves and nobody can change his elements in ClearCase

Currently we are restricted to using ClearCase remote client only (CCRC), as the native client is painfully slow and can't do anything with it. THe problem is that files and branches are created by users using their corporate credentials, so as…
falconK
  • 271
  • 1
  • 2
  • 11
2
votes
1 answer

clearcase view is locked by another process, how could i break the lock from ccrc?

I tried to update a clear case view with CCRC tool. Sometimes the view will be locked if last update was aborted for some reason, and couldn't be updated before the lock is broke. Is there anyone could help to tell me how could I unlock this view…
jingxw
  • 65
  • 6
2
votes
2 answers

CRMAP7007: Error reading local file area registry

When getting list of views in IBM Rational ClearTeam Explorer, it reports the error message"CRMAP7007: Error reading local file area registry." So I cannot retrieve my views list after that message shows. Does any one have idea about how to resolve…
crispyfries
  • 107
  • 7
2
votes
2 answers

How can I use non-interactive mode of CCRC?

I'm using rcleartool 8.0.0.6 in windows machine. Is there any way to use rcleartool non-interactive mode? For example, if I type: rcleartool lsview -s, the client will ask me to input Server URL, username/password in interactive mode. Is there…
crispyfries
  • 107
  • 7
2
votes
1 answer

How to use CCRC to get old file versions?

I'm trying to use CCRC API in order to get, for instance, all versions for a specific file and get some old file version. I've tried to use CHILD_LIST, CHILD_MAP, tried to use CcFile.getVersion().getPredecessor() and then use…
Kleber
  • 21
  • 2
1
2
3
8 9