You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: