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

Fix workspace loading issue #33

Closed akoptelov closed 7 years ago

akoptelov commented 7 years ago

This fixes issue #31.

reinhapa commented 7 years ago

Please clean up PR to only include the actual changes and not just formatting changes. I will check to update the README what the correct formatting rules must be.

akoptelov commented 7 years ago

@reinhapa I'd gladly do. Still, the project has format-on-save and organize imports options turned on without any specific formatting, so this is the result of Eclipse default formatting. In this circumstances it is quite problematic to keep formatting while working on something bigger than this one.

reinhapa commented 7 years ago

@akoptelov I have to check with what the actual formatting rules should be and then reformat the complete project later

akoptelov commented 7 years ago

@reinhapa Patrik, please hold on with merging. It looks like my fix breaks migration of components started with initial baseline. I'll try to figure out why.

akoptelov commented 7 years ago

@reinhapa Sorry for panicking, now it works OK for components with both initial and non-initial baselines. I only did a little fix to remove "force" component loading in case of update mode (now it should't be needed as we track components). So please merge it as soon as your review it.