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
1
vote
1 answer

How do I get code that exists on my box into source control using RTC jazz

Basically I somehow got out of sync somewhere. We were using VS 2010 with RTC 3.0. We cannot upgrade to RTC 4.0 until it gets approved and goes through the bureaucratic red tape. I edited my project in VS2012 because I thought I would use the RTC…
Robert
  • 4,306
  • 11
  • 45
  • 95
1
vote
1 answer

Get the Component name from Changeset

I have a Component associated to changeset. Now I need to get the Component name from the changeset not the .getItemId() I have managed to fetch the IComponentHandle object. I have been searching for a way to get the Component name from…
Echo
  • 2,959
  • 15
  • 52
  • 65
1
vote
1 answer

Get Stream from ProjectArea using RTC API 4

Hello I have been trying to get the stream name using projectArea. I have the following parameter: Repository IFileItem WorkItem and its ChangeSets Is it possible to get it. Thanks in advance. Please don't give me a link to the advisor example as I…
Echo
  • 2,959
  • 15
  • 52
  • 65
1
vote
1 answer

Fetch the the path of a file at changeset without using the workspace

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
1
vote
1 answer

How can I access previous checked in versions of workspace repositroy?

How can I access previous checked in versions of workspace repository? I just seem to be able to compare against the latest changes sets delivered to the stream. Can I also view/compare previous version of a file which has been checked into my…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Integration of GHS MULTI with Rational Team Concert

I am planning to use IBM RTC for configuration management, for work in GHS MULTI environment. WE are moving to RTC from ClearCase. Is there a ready solution for such integration? Do we need some additional tools for it?
Jacob
  • 11
  • 1
1
vote
3 answers

Why does creating a snapshot also create a new baseline?

I created a new snapshot of a stream. As a result of this one of the components of the stream now has a new baseline. This new baseline has same name as newly created snapshot. Why did this occur ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
2 answers

How To Delete File From RTC Changeset Using CLI

I'm using the RTC 3.0.1 CLI (lscm) and I have a file checked into a changeset that I would like to delete. There doesn't appear to be a straightforward way to do this, any idea?
MattK
  • 1,431
  • 13
  • 14
1
vote
1 answer

Once I create a change set can I update the files in change set?

I changed some files and created a new change set based on those changes. I did not deliver this change set. I have since updated the files that were contained in the original change set. These changes are appearing in 'Unresolved Changes' . Should…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Are some options missing from my team area view?

When I open my 'Team Area' in rtc I just have 'Overview' & 'Links' tabs : But reading accepted answer for this question : Restrict user access at component level within a stream there are more options available for updating a team area ? Does my…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Restricting developers to deliver to stream based on team - good practice?

Reading an earlier question I asked about restricting developers from delivering to a stream : Stop changes being delivered to a stream - RTC source control I think a solution to this is to create a new team area with just the developers that are…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

How to find hidden change sets

This question is linked to : Why can't all change sets be found when accepting change sets? If RTC discovers that by accepting a change set some of the change sets which depend on this change set will not be accepted, is it possible to view what…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Why can't all change sets be found when accepting change sets?

Occasionally when I am accepting I change set I receive the following message : To resolve this I apply the changes as a patch and then 'Merge into workspace' the changes Why cannot all of the change sets be found ? Is there a danger my code could…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Why does RTC source control attempt to force me to deliver change sets?

When checking in & delivering files I receive this message : I do not want to deliver other change sets as part of this delivery of files ? Is there a reason RTC source control does this, how can it be prevented ?
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
2 answers

Updates via RTC scm not being recognised by RTC Eclipse plugin

I have a script which : Loads an rtc workspace Checks in a file to the workspace The checked in file is not being reflected within 'pending changes'. Is there a hook I need to configure (or some other method) so that any changes made using the…
blue-sky
  • 51,962
  • 152
  • 427
  • 752