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.