Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
soumahe opened this issue Feb 10, 2020 · 1 comment
Labels

Comments

@soumahe
Copy link

soumahe commented Feb 10, 2020

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
Copy link
Member

WtfJoke commented Feb 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants