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

When directory/folder name modified in one of changeset, it gets deleted from Target Folder. #63

Open soumahe opened 4 years ago

soumahe commented 4 years ago

Hello,

My Org has decided to migrate code from RTC Jazz to Bitbucket so I chose this utility to migrate code with commit/changesets history.

But while migrating code, I found that one folder named "exception" containing 4 .java files skipped rest everything is migrated successfully.

In further Investigation, I monitor all the logs and migration process then found that earlier folder name was "Exception" with same set of files. Till here I can see that folder was present with all files but as soon as folder name modified from "Exception" to "exception" under on of commit/changeset it gets deleted from final/Target folder.

Is there any specific reason for this ? Is this expected behavior ? or code change is required for this. Any suggestions or help are most welcome.

WtfJoke commented 4 years ago

Hi there

Probably you use windows for migration. You experienced an operating system limitation. Windows is a case insensitive OS. So to avoid such errors you should run the migration on linux (which is a case sensitive os).

Please share your results :)