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

Baselines are not converted to Tags #49

Closed sarathkrishna2018 closed 6 years ago

sarathkrishna2018 commented 6 years ago

I ran the tool and everything is pretty much fine. But the tool doesn't consider baselines. I read that baselines will be converted to tags, but I see no tags created. Did I miss something?

sarathkrishna2018 commented 6 years ago

I figured it out: I updated the migration.properties to uncomment this line. rtc.baseline.include=^(.*)$ And now all baselines are tagged. I'm closing this issue. Thanks.