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

windows: ln -s not working use mklink instead #220

Closed
hohwille opened this issue Aug 23, 2019 · 1 comment
Closed

windows: ln -s not working use mklink instead #220

hohwille opened this issue Aug 23, 2019 · 1 comment
Labels
enhancement New feature or request scripts related to shell scripts (bash and CMD) software software-package with 3rd party products windows specific for Microsoft Windows OS
Milestone

Comments

@hohwille
Copy link
Member

Creating symlinks in windows is still pain and not working. In a bash on windows in 99% of the cases ln -s silently behaves like cp -r causing trouble as this is something very different.

For #152 we need to use mklink instead. This can still be pain due to UAC or other permission issues but we can echo some hint and exit on error. Then windows users can decide to disable the shared software feature or tweak their OS such that symlinks are working properly with mklink.

@hohwille hohwille added enhancement New feature or request windows specific for Microsoft Windows OS scripts related to shell scripts (bash and CMD) software software-package with 3rd party products labels Aug 23, 2019
@hohwille hohwille added this to the release:3.0.0 milestone Aug 23, 2019
hohwille added a commit that referenced this issue Aug 23, 2019
#198: fixed power-shell look&feel issue
#213: fixed cygwin setup
#214: fixed usage documentation
#216: no symlinks for cygwin
#219 fixed undefined variables
#220: use mklink on windows
#5: reduced export
in Eclipse show also IDE folder name in titlebar
@hohwille
Copy link
Member Author

Fixed with PR #221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scripts related to shell scripts (bash and CMD) software software-package with 3rd party products windows specific for Microsoft Windows OS
Projects
None yet
Development

No branches or pull requests

1 participant