-
Notifications
You must be signed in to change notification settings - Fork 66
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
symbolic links in git #650
Comments
How are they configured? How to see them in that repo? |
some examples https://github.com/ensime/ensime-sbt/tree/master/src/sbt-test/ensime-sbt/java-flags/project I'm trying out this hack that I found on stackoverflow, seems legit
|
Nice, thanks for sharing the solution! |
doesn't work :-( https://ci.appveyor.com/project/fommil/ensime-sbt/build/1.0.5 |
now trying out
if that works, I'd recommend setting |
that works! |
Nice! |
it works on appveyor, but not on my local Windows 7 VirtualBox image, so I suspect this is not a universal solution. |
(According to http://stackoverflow.com/questions/5917249/git-symlinks-in-windows you must run this in Administrator mode and use a recent git version. Maybe this helps.) |
Fixes python/typeshed#1175. Uses a solution from appveyor/ci#650.
AppVeyor doesn't have Git's symlinks support for Windows enabled by default. See appveyor/ci#650 (comment). We also have to make sure to check the file out with the expected line endings.
I have a repository
https://github.com/ensime/ensime-sbt/
that has a few symbolic links in it, but they are not being translated correctly when checked out in windows, and they look like junk.
Can you please add an option to convert these into copied files, or windows links?
The text was updated successfully, but these errors were encountered: