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

Info how to include changesets of source_workspace? #55

Open Amarendraar23 opened 5 years ago

Amarendraar23 commented 5 years ago

I am trying to migrate changeset history by having two workspaces.

Eg : Source Workspace : 1.0 Target Workspace : 2.0

The code is able to migrate all changesets after 1.0 and in 2.0 but not from start of 1.0.

Help me understand how to that ?

WtfJoke commented 5 years ago

Hi @Amarendraar23

Usually you migrate a whole workspace. Therefore you would start at 0.0 to 2.0. In your case you probably want to prepare a git repo with content of 1.0 and then start the migration from 1.0 to 2.0 to have your desired result.

I am not quite sure how it works in rtc2gitcli. Probably option "updateMigration" is a good start