Questions tagged [rtc]

IBM Rational Team Concert is a software development team collaboration tool that integrates work item tracking, source control management, continuous builds, iteration planning, and highly configurable process support.

IBM Rational Team Concert is a software development team collaboration tool developed by the Rational brand of IBM and was first released in 2008.

The software is available in both client versions and a Web version. It provides software development teams with a collaborative environment in which they can manage all aspects of their work, such as plans, tasks, revision control, build management, and reports. It is highly configurable and adapts to the way the team want to work, enabling developers, architects, project managers, and project owners to work together effectively.

IBM Rational Team Concert is built on the Jazz Platform, an extensible technology platform that helps teams integrate tasks across the software life cycle.

Current version is 6.0.2 and was released in April 2016.

427 questions
3
votes
1 answer

Scoping a flow target of repository workspace in RTC Command line Interface

I have a repository workspace which has a default flow target. I want to edit the flow target and make it scoped only for few components. This is possible from RTC Eclipse Client. How can I achieve the same from RTC command line Interface. Please…
Kaushambi Suyal
  • 213
  • 4
  • 17
3
votes
1 answer

Get the full path of a file at change set

I am searching for a .txt file that is located at change set. Then I need to create locally over my pc the full path directory of this file. For example if there a file called"test.txt" that it's located…
Echo
  • 2,959
  • 15
  • 52
  • 65
3
votes
1 answer

How to hide password from view when using 'scm login'

How can the password be hidden when using the 'scm login' command as described at http://pic.dhe.ibm.com/infocenter/rtc/v1r0m0/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fc_scm_cli.html I'm running commands as part of a script and its a…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
3
votes
1 answer

How to create a repository workspace which contains all of the components of a stream using scm tool?

I'm attempting to automate the updating of a file in a stream using 'scm' Here is how I think it should work : Login to the repository as current user (me) Create a new repository workspace which contains all of the components of a given…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
3
votes
1 answer

How does the 'Change Explorer' view work in RTC source control

I have a component which contains outgoing changes : When I right click this component and compare against the 'initial baseline' I get a list of change sets which comprise this component. This is displayed in the 'Change Explorer' view : Is this…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
3
votes
1 answer

Multiple components in a user repository workspace

Whats the point of adding multiple components to a user repository workspace. From my understanding one component is required as this is the placeholder for the source code within the local repository, but why have multiple components ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752
3
votes
2 answers

RTC source control icons

What is the difference between these two RTC source control icons ? Is it identifying which workspace is loaded by which component ? Is there a reference that explains each of the RTC source control icons ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752
2
votes
1 answer

I can't undo changes to some resources in RTC, because they're "out of sync with the file system". Help please :(

I made changes to some files i had in a project (they were auto generated with a tool). I want to roll back those changes, but when i click "undo" an error message appears, telling me that "Problems occurred running undo local changes", reason…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
2 answers

JUnit 3, how to find which tests covered my lines of code? (RTC...maybe?)

The scenario is: I've run JUnit code coverage in eclipse with RTC installed. I have this view called "Coverage" that I am not sure about, but it seems to show me the code coverage of my JUnit tests. It shows for every package, class and method a…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
2 answers

Why are my normal pending changes recognized as "unresolved" by RTC?

I am connected to a project area, i've loaded my repository workspaces on disk, and am modifying my files in a legit way. My changes are however NOT seen as "outgoing", but as "unresolved". I worked on projects with RTC before, so this situation is…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
2
votes
2 answers

Designer collaboration with RTC

I'm a designer working in a software development shop that uses Rational Team Concert. Back when we were using SubVersion, I could use Dreamweaver to make my CSS edits and everything played nice. I'm doing fine with Visual Studio's RTC client for…
2
votes
1 answer

What are all the various "tasks" involved in the activities associated with "Continuous Integration"?

Say using Maven with Eclipse and Rational Team Concert (for SC). New here so thanks for your help! I'm trying to build a little process model to help me visualize how this all works, so if you knew of a link to something like a swim lane diagram…
2
votes
1 answer

Is there RTC-equivalent "Suspend mode" in ClearCase?

I found "Suspend Change-set" in RTC to be very useful, and since we're working with ClearCase as well (dozens of users) I'm wondering if that feature is also available in ClearCase as well. If not - could it be generated by script/trigger/hook ? We…
Tamir Gefen
  • 1,128
  • 2
  • 18
  • 35
2
votes
1 answer

Question on Build scripts & RTC Build

I have a batch file which is calling CMake which also does some functionality I want to call this batch file for Build. If for some reason, CMake fails and throws error the same is not reported as failure in RTC. If my understanding is correct RTC…
KK99
  • 1,971
  • 7
  • 31
  • 64
2
votes
3 answers

File backing store for Jazz RTC? Database or file based?

We currently use Clearcase for a large number of large projects. We use SQL Server as the file store in the background, and it has eventually reached a point where accessing files is just too slow. Looking at GIT and Mercurial, we see a distributed…
hawkeye
  • 34,745
  • 30
  • 150
  • 304