I am trying to migrate our source code from Rational Team concert to Bitbucket. So , I have created a branch in Bitbucket , then committed and pushed the entire RTC directory structure into Bitbucket.
The problem with this approach is that , I am unable to preserve the change history of individual files, when I push it to a Bitbucket branch. So, what strategy should I take to preserve the change history in Bitbucket?
There is no RTC built-in tool for exporting the history (changeset after changeset, stream by stream) from RTC to a new Git repo.
You can try ljhaywar/rtc2git (mentioned here) to see if you can export your RTC history that way. It does import baselines only: