-
Notifications
You must be signed in to change notification settings - Fork 10
[Feature Request] Support case sensitive folder under Windows 10 #778
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
Comments
Can you show docs? It would be better if it's something git-related. |
What kind docs, you mean the Fork.Log? Here is the error message I copied from it. The repro is D 2020-05-12 02:41:00.277 warning: the following paths have collided (e.g. case-sensitive paths |
Fork just calls git for windows. If git supports it, then most likely Fork will support it too. If you think git works correctly and the problem is in Fork, then show me a link to docs (git-scm or msdn) with an info how this problem must be handled properly. |
Thanks Dan, indeed, https://github.com/git-for-windows/git is the better place to ask for this question. I will close this issue here. |
Greetings,
I searched the issue tracker and looks like this topic was covered partially with issue #285 but I'd like to bring it up as a formal feature request.
Fork is a great tool, particularly for ppl like me switching from P4. However, I run into problems with some native Linux projects as by default Linux is case sensitive but Windows is not. There are some folders I cannot check out since their names are collided under Windows.
Windows 10 supports case sensitive folder names now. Would Fork add an option to support it when create local folders?
Best regards
Jian
The text was updated successfully, but these errors were encountered: