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
33
votes
5 answers

Difference between SCM and SVN

What is the difference between SCM and SVN? And how does git differ from mercurial?
usmanali
  • 2,028
  • 2
  • 27
  • 38
16
votes
3 answers

How to migrate from RTC Jazz to Git?

My team was forced to migrate from SVN to the RTC Jazz scm about a year ago. since we are very unhappy with RTC we have decided to abandon it and switch over to Git for version-control. I haven't found a lot of info about migrating out of RTC in…
Ido.Co
  • 5,317
  • 6
  • 39
  • 64
12
votes
3 answers

How to get the JavaFx WebEngine to report errors in detail?

In JavaFx I can attach a listener to the load worker for a webEngine like this: webEngine.getLoadWorker().stateProperty().addListener( new ChangeListener() { public void changed(ObservableValue ov, Worker.State oldState,…
Tony Eastwood
  • 781
  • 2
  • 9
  • 23
11
votes
6 answers

Can Rational Team Concert and IntelliJ coexist?

I am a long time intellij user. The company where I work is likely to introduce Rational Team Concert to our department shortly. I went to the RTC demo and it looks like a reasonable product, built around Eclipse, but I would rather not give up…
Paul McKenzie
  • 19,646
  • 25
  • 76
  • 120
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
3 answers

Maven Clean, Update, Install and Eclipse Clean, Refresh, Build -- a generally correct order?

I have a few interdependent Eclipse projects. When I am trying to build my workspace, I am running into multiple issues. Supposedly, the issues should go if I do Maven clean, update, install, and Project clean, refresh, build all (I am doing…
alisa
  • 1,336
  • 2
  • 15
  • 21
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
8
votes
5 answers

Eclipse Updating the compiler compliance to 1.7

I am having some trouble updating the compiler compliance of my eclipse workspace (I am actually using RTC, but it is essentially eclipse). Currently, it uses a jdk of 1.6 so I can change the JDK compliance to a limit of 1.6. However, I am using jdk…
Pectus Excavatum
  • 3,593
  • 16
  • 47
  • 68
7
votes
2 answers

How to review code that was submitted to me in RTC with "submit for review" feature?

I'm using RTC, my friends submitted their change sets for review, and I'm the reviewer. I can't find their change sets anywhere.
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
7
votes
2 answers

How to download a specific version of the code from RTC?

In SVN we have one option to download code on a particular revision. This provides the flexibility to download code on old revision also for build. Is there a option in RTC to download a code on particular revision?
user2740661
  • 161
  • 3
  • 10
6
votes
3 answers

How do I make a change set in RTC (eclipse) re-editable?

I've submitted for review a change set. Unfortunately i forgot to refresh my sandbox first, so that means I did not include some changes in that set. So i lost the option to add changes to my change set. I don't want to discard that change set…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
6
votes
1 answer

RTC/Jazz : what does "load a repository workspace" mean?

I'm new to Jazz/RTC, IBM's source control/project management/uber-bug tracker. Our projects have used CVS/SVN/Git for years so I am very familiar with scm concepts and practices (branches, merging, tagging, fetch, merge ,push, etc). Alas, at this…
user331465
  • 2,984
  • 13
  • 47
  • 77
6
votes
1 answer

Can I send out of band data along with a commit?

I wish to integrate a remote git repository with an RTC server, by using their RESTful interface to attach a link to gitweb for a commit associated with a particular task. Ideally this will be done with a post-receive hook on the git server, but the…
Andrew Stubbs
  • 4,322
  • 3
  • 29
  • 48
6
votes
3 answers

Is there a way to create a RTC snapshot or baseline based on a past date?

I'd like to create a new stream based on the state of an existing stream at a given date. To do this, it seems the logical thing to do would be to create a baseline in the source stream at a past date/time, but I've not found a way to do that. Is…
John Gerken
  • 686
  • 6
  • 13
1
2 3
28 29