Import to RTC SCM using change set archive
![](http://jazz.net/_images/myphoto/01d2f2788dec8af8b887e7da6b189144.jpg)
Hi,
Does anybody know where one can find snippets or source code for how the import from a change set archive in the RTC client is done in version 2.0? The source code is available for 1.0, but since then the API has changed.
Why I ask? Well, I want to import lots and lots of change sets from another SCM system, and doing the import through the RTC client always fails with a java out of memory exception (I am trying to import source code developed during the last 15 years (yes, still under maintenance contracts)).
Rgrds
/Mathias.
Does anybody know where one can find snippets or source code for how the import from a change set archive in the RTC client is done in version 2.0? The source code is available for 1.0, but since then the API has changed.
Why I ask? Well, I want to import lots and lots of change sets from another SCM system, and doing the import through the RTC client always fails with a java out of memory exception (I am trying to import source code developed during the last 15 years (yes, still under maintenance contracts)).
Rgrds
/Mathias.
One answer
![](http://jazz.net/_images/myphoto/01d2f2788dec8af8b887e7da6b189144.jpg)
The source code should be available for 2.0 as well. Also, there is a
wiki page that discusses the format
(https://jazz.net/wiki/bin/view/Main/SCMChangeSetArchive).
In regards to the OOM exception, did you try upping your memory to
-Mxm1024? Also, you may want to try the latest 2.0.0.2 iFix 4 since
there have been some improvements made in this area.
Michael
herman wrote:
wiki page that discusses the format
(https://jazz.net/wiki/bin/view/Main/SCMChangeSetArchive).
In regards to the OOM exception, did you try upping your memory to
-Mxm1024? Also, you may want to try the latest 2.0.0.2 iFix 4 since
there have been some improvements made in this area.
Michael
herman wrote:
Hi,
Does anybody know where one can find snippets or source code for how
the import from a change set archive in the RTC client is done in
version 2.0? The source code is available for 1.0, but since then the
API has changed.
Why I ask? Well, I want to import lots and lots of change sets from
another SCM system, and doing the import through the RTC client
always fails with a java out of memory exception (I am trying to
import source code developed during the last 15 years (yes, still
under maintenance contracts)).
Rgrds
/Mathias.