rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

Project Working #77

Closed PrajwalSridhar closed 2 years ago

PrajwalSridhar commented 2 years ago

Based on this project is it still working and will the long term support provided with regular updates. Also is there any alternative for the same functionality ? RTC to Git

reinhapa commented 2 years ago

Based on this project is it still working and will the long term support provided with regular updates. Also is there any alternative for the same functionality ? RTC to Git

@karthikcad01 there is actually no long term support, as we created this project for others to carry on when we migrated away from RTC back around 2016 though. I do not know of other projects that support an migration but there is always the possibility for such a project.

WtfJoke commented 2 years ago

From https://github.com/rtcTo/rtc2git#development-status

For migrating bigger repositories (> 10000 changes) I advise you to use our other tool rtc2gitcli as the IBM Java API is more stable than IBM CLI API. However, this project is easier to run and adapt to different environments. This project is no longer in active development, because the author has no access to any RTC Server anymore (since they are migrated to git) and changes to code can only be hardly tested.

The last part also applies for this project. This part of the readme was written over 4 years ago and since then we didnt change anything codewise.

verhasi commented 2 years ago

@karthikcad01 I was involved in a migration project and failed to use this tool and finally created another one based on the web UI of Jazz. You can find it at https://bitbucket.org/verhasi/migration-new-generation/src/master/ and a short introduction at https://bitbucket.org/blog/migrating-from-ibm-rtc-jazz-to-bitbucket-git.