RTC SCM and Git in parallel
Accepted answer
Yes I've seen it done.
The Eclipse development environment also does this really well as you can have projects using different SCM systems all in the same workspace
Comments
Note that any of the source code is only ever stored in one of the SCM systems. So you either have it in Jazz SCM or you have it in GIT. You do not have the same code in both.
The Jazz SCM features are only available for the code in Jazz SCM and the GIT SCM features are only available for code in GIT. You do not get Jazz SCM Components features for the source in GIT, if that was the question.
We have a project, trying to use both (RTC SCM and git) in one project, which doesn't seem to work.
It's not required to have SCM features on git source codes.
What does 'Not work' mean?