rtc2gitcli icon indicating copy to clipboard operation
rtc2gitcli copied to clipboard

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

Open soumahe opened this issue 5 years ago • 1 comments

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.

soumahe avatar Feb 10 '20 03:02 soumahe

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 :)

WtfJoke avatar Feb 14 '20 21:02 WtfJoke