Questions tagged [rational-team-concert]

Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Built on Jazz, Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Product information:

198 questions
1
vote
1 answer

Running batch file to fetch code changes from Rational Team Concert

My script simply logs in RTC, and then accept change sets so my local repository is update to date and ready for build. lscm login ... (the rest omitted) lscm accept ... (the rest omitted) lscm logout ... (the rest omitted) These commands are…
kennyzx
  • 12,845
  • 6
  • 39
  • 83
1
vote
1 answer

How to get deleted workitems using RTC Java API

I want to get list of workitems that are deleted from a project. How might I accomplish this using the RTC Java API?
Neha S
  • 283
  • 1
  • 3
  • 17
1
vote
1 answer

Stop RTC baseline from being delivered

I created a baseline in my workspace and forgot I had some undelivered changes. These changes are not supposed to be part of the baseline. The changes and baseline have not been delivered to the stream, is there anyway to get rid of this undelivered…
uncletall
  • 6,609
  • 1
  • 27
  • 52
1
vote
1 answer

RTC 4.0.6 View Component Scope Change History

My team has recently had an issue where the scope on a component was changed to "Team Private". No person on my team should have the authority to perform this change except myself as the project manager. I'm trying to find a way to view the history…
user3420328
  • 53
  • 1
  • 9
1
vote
4 answers

"zip file is empty" when installing RTC Eclipse plugin

I'm trying to install the RTC-Client-p2Repo-4.0.5.zip (290.9 MB) eclipse plugin in Eclipse Luna version 32 bit on Linux. After selection the jar file and hitting finish, I get the error at the bottom. The jar file size is 290.9 MiB (305,030,442…
user994165
  • 9,146
  • 30
  • 98
  • 165
1
vote
3 answers

RTC 4.0.5 extension in a Delivery action

I am programming an extension for analyzing files in an deliver changesets to a stream. It is an Advisor because if the analyze fails then you can't deliver anything. In addition I have read the…
Fran b
  • 3,016
  • 6
  • 38
  • 65
1
vote
2 answers

Ruby RestClient to access Rational Team Concert (RTC) REST

I want to use the Ruby gem RestClient to access records from Rational Team Concert (RTC) over REST URLs. I have done this successfully with other servers. When I use the REST URL in Chrome directly, I can get a record. However, when I use my Ruby…
oaklodge
  • 722
  • 6
  • 19
1
vote
1 answer

List all the check-ins done by a user in Rational Team concert

How can I get the list of all the check-ins done by a user on a stream in Rational Team concert? Thanks
Ashwani K
  • 7,880
  • 19
  • 63
  • 102
1
vote
1 answer

RTC equivalent for 'git pull'

What is the equivalent command for accomplishing the use case of a git pull command (update to the tip and do auto resolve conflicts) ? I'm looking for the scm command which accomplishes the functionality of a git pull operation.
AIB
  • 5,894
  • 8
  • 30
  • 36
1
vote
1 answer

RTC delete snapshot from command line interface

I am using the RTC plugin in Jenkins to run our CI builds and as part of the build it creates a snapshot which is stored in the build RTC workspace. As far as I can tell there is no configuration option to disable the snapshot creation so we end up…
JamesE
  • 3,833
  • 9
  • 44
  • 82
1
vote
1 answer

Utilizing RTC Dashboard

I'm wondering if RTC dashboard provides a closed set of predefined charts? Do you know if I can utilize it and create any kind of charts I need, from any given source of data? I couldn't answer that even after reading RTC website Thank you
user1762109
1
vote
1 answer

IntelliJ change lists without source control

We are being forced to work with Rational Team Concert [RTC] source control, which has very weak integration with IntelliJ (There is an IntelliJ plugin, but it's just buggy and extremely painful to work with). So I plan to manage the source control…
Ido.Co
  • 5,317
  • 6
  • 39
  • 64
1
vote
1 answer

When reloading an RTC component that is out of sync, receive error "case-sensitive names while loading on a case insensitive platform"

While reloading a project in RTC, I get the following error which prevents the reload from succeeding. There were 1 errors. After correcting the problems, it is recommended that components be reloaded. The reload will be incremental, loading only…
KennyC
  • 921
  • 7
  • 16
1
vote
1 answer

Error while delivering code in RTC

I m setting up RTC on Ubuntu 12.10 64 bit. My RTC and JDK7 are also 64 bit versions. Whenever I try to deliver code using RTC I get an error: Error logged from Process Client UI: No more handles [MOZILLA_FIVE_HOME='/opt/xulrunner/']…
Batman
  • 908
  • 4
  • 15
  • 32
1
vote
1 answer

Equivalent method to fetchCompleteState in RTC java plain api

Is there any equivalent method for fetchCompleteState on versionableManager to fetch data of historic files? I'm having troubles with retrieving file name of file added in previous changelists. Here is example: Changelist 1: add file:…
J33nn
  • 3,034
  • 5
  • 30
  • 46