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

Case sensitivity in vagrant #338

Open
emarsman opened this issue Mar 16, 2016 · 0 comments
Open

Case sensitivity in vagrant #338

emarsman opened this issue Mar 16, 2016 · 0 comments
Labels

Comments

@emarsman
Copy link
Member

Windows/MacOS is case insesitive. When using shared folders like we do in vagrant, the ubuntu box inherits that. This is not correct behavior for native linux box. See this commit. Before fix, compiled fine on windows w/ vagrant, but failed on travis-ci running native.

A couple possible solutions to improve cross platform. Try rsync or NFS isntead of shared folders? Raise an issue with vagrant? Some details:

http://stackoverflow.com/questions/26483867/how-to-handle-files-in-case-sensitive-way-in-vagrant-on-windows-host

https://enrise.com/2012/12/git-and-vagrant-in-a-windows-environment/#comment-2663

http://stackoverflow.com/questions/21562913/virtualbox-vagrant-shared-folder-case-sensitivity-issue-on-os-x-and-linux

http://serverfault.com/questions/550888/vagrant-synced-folders-arent-case-sensitive

hashicorp/vagrant#6809

@emarsman emarsman added the bug label Mar 16, 2016
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

1 participant