It's all about the answers!

Ask a question

Is there a tool to convert Jazz SCM projects to Git?


0
1
Lauren Hayward Schaefer (3.3k11727) | asked May 12 '15, 9:41 a.m.
JAZZ DEVELOPER
I need to convert a project currently stored in Jazz SCM to Git.  I found https://github.com/WtfJoke/rtc2git and it worked well for a sample project I tested it with, but I'm getting some hiccups when using it with my real project (see https://jazz.net/forum/questions/180988/why-do-i-get-cliclientexception-internal-error).  Are there any other existing solutions to do the conversion?

4 answers



permanent link
Darcy Wiborg-Weber (1012) | answered May 22 '15, 12:23 p.m.
 Hey Lauren, speaking on behalf of the development team, we don't know of any such tools.

Comments
1
Lauren Hayward Schaefer commented May 22 '15, 12:40 p.m.
JAZZ DEVELOPER

Thanks!  I've been able to rework https://github.com/WtfJoke/rtc2git a bit and it's been working for me.  My version is available at https://github.com/ljhaywar/rtc2git


permanent link
He Huang (11) | answered Jul 28 '15, 6:14 a.m.
  Hi, Lauren, would this tool encounter exception if the number of change sets is larger than 2000?

Comments
Lauren Hayward Schaefer commented Jul 28 '15, 6:34 a.m.
JAZZ DEVELOPER

My streams had over 6000 changesets, and it worked fine.  The tool is slow but works.  To save time, I didn't migrate all 6000 changesets for every stream.  I migrated new changesets that were delivered after a branching point, and used git rebase to merge the changes.


permanent link
He Huang (11) | answered Jul 28 '15, 6:16 a.m.
Besides, does this tool support one stream has multiple components?

Comments
Lauren Hayward Schaefer commented Jul 28 '15, 6:34 a.m.
JAZZ DEVELOPER

I'm not sure.  My streams only had one component.


permanent link
He Huang (11) | answered Jul 29 '15, 6:28 a.m.
Do you know where to download the scm v5.0.1? I downloaded RTC-Client-Eclipse4.2-repo-5.0.1.zip, seems it is only source code.

Comments
Lauren Hayward Schaefer commented Jul 29 '15, 6:36 a.m.
JAZZ DEVELOPER

https://jazz.net/downloads/rational-team-concert/releases/5.0.1?p=allDownloads

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.