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

Using git with rtc -- how about rsync?

To speed up my ability to keep track of my own changes, I'd like to use git. My team is using RTC (Rational Team Concert). There is a nice perforce integration with git: http://kb.perforce.com/article/1417/git-p4. I could not find anything like…
justingordon
  • 12,553
  • 12
  • 72
  • 116
9
votes
4 answers

Calling SSH command from Jenkins

Jenkins keeps using the default "jenkins" user when executing builds. My build requires a number of SSH calls. However these SSH calls fails with Host verification exceptions because i haven't been able connect place the public key for this user on…
cdugga
  • 3,849
  • 17
  • 81
  • 127
8
votes
5 answers

IBM's RTC and Microsoft's TFS 2010

What in your view are the most important differences? Need to make an expensive decision... Information: We have both Java and .NET Projects (few more .NET) Very interested in project life cycle management. Migrating from ClearCase
gkdm
  • 2,375
  • 4
  • 21
  • 27
6
votes
1 answer

How to Stop rational team concert (RTC) changing file text encoding?

I need to integrate some source code from ClearCase(CC) to RTC, but some how some xml files were changed after checked into RTC. These files contains the same content with the original ones from CC, but the endcoding was changed. For example, a xml…
user1676950
  • 61
  • 1
  • 2
4
votes
1 answer

Finding previously deleted code in RTC later?

Conventional wisdom says to delete code once you don't need it -- as opposed to leaving it in the codebase as a comment -- because you can always find it later in the repository. Let's say I need a line of code from the past which I remember to…
lance
  • 16,092
  • 19
  • 77
  • 136
4
votes
2 answers

Rational Team Concert (RTC) to Subversion (SVN)

How might I migrate data from RTC 4.0.2 to SVN Edge 4.0? I have a multiple vobs (total size 10 GB). I do not want to lose any data during the migration. Please provide details on how I might perform this migration?
David G.
  • 41
  • 3
4
votes
1 answer

Resolve path of IVersionableHandle in RTC

How to get path of file which isn't in newest version but is a part of previous changelist in RTC scm. All I could achieve so far is this: IFileItemHandle fileItemHandle = (IFileItemHandle)…
J33nn
  • 3,034
  • 5
  • 30
  • 46
4
votes
1 answer

Lightweight Eclipseplugin for RTC

IBM has this big 200+ Mb Eclipse plugin where I'm given access to everything and all functionality of Eclipse. Is there a smaller more lightweight Eclipse plugin available that just gives access to the information a developer needs. Basically just…
Fredrik
  • 10,626
  • 6
  • 45
  • 81
3
votes
1 answer

How to configure Visual Studio Code Merge tool with Rational Team Concert in Visual Studio?

I'm using Rational Team Concert as source control tool, and I want to change the default merge tool. I really like the Visual Studio Code merge tool, but I don't know how to set it up to work with Team Concert.
3
votes
2 answers

Git server side hook not firing - how to check

I'm trying to enforce some policies between a Git and Rational Team Concert using server side hooks. i.e. pre-receive one, but that hook seems not to be fired. Even susbsituting given rational hook with a simple bash shell that rename a file this…
simsabat
  • 31
  • 3
3
votes
1 answer

RTC - Error during check-in, Files are marked as additions but already exist in the repository

In Eclipse I am receiving the following error when trying to check-in some local changes. RTC - 4.0.6 (RTC Client Plugin for Eclipse) Errors encountered during Check-in Parent '/WLSample/apps/wlapp/ipad/css' has multiple children with the name…
jbaskeen
  • 35
  • 3
3
votes
3 answers

how to override the already existing workspaces in rtc using command scm or lscm

I have the requirement as i need to connect to the rtc and automatically checkout the files from the stream to the repository workspace. I am writing the following commands in the bat file. lscm login -r https://rtc.usaa.com/ccm -u uname -P password…
3
votes
1 answer

How to discard the change set once delivered in RTC

I accidentally delivered the change set which include some additional config files having local system specific configuration in RTC. Is there any way to discard those changes once delivered? I mean the changes should not be come as incoming changes…
user1728578
  • 89
  • 3
  • 8
3
votes
4 answers

TeamCity and IBM Rational Team Concert (RTC) Integration

Has anyone used TeamCity with Rational Team Concert (RTC) ? Is there any other continous integration for RTC?
3
votes
1 answer

How to query RTC builds?

We are using RTC for version control and build system. RTC's web interface allow user to create custom queries for work items - good. How about creating custom queries to the builds (or other RTC items maybe)? Let's say I want to know in what builds…
IgorStack
  • 799
  • 2
  • 6
  • 22
1
2 3
13 14