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

WIP: use shared symlink pkg cache on Windows newer than XP #7361

Merged
merged 1 commit into from Dec 13, 2014

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Jun 22, 2014

This is following up on something @kmsquire asked me to do in #7274, now that symlinks sort of work on Windows newer than XP. Symlinks to files require admin rights in Vista/7/8, so for symlink to a directory we went with NTFS junctions instead.

Putting this up for review first, I'd like to do a bit more testing and verify that there are no bad interactions with #7055 for NTFS junctions. Also see #4396 for earlier discussion.

@vtjnash
Copy link
Sponsor Member

vtjnash commented Dec 13, 2014

bump. should this be merged, now that we're in a 0.4 projects window?

@tkelman
Copy link
Contributor Author

tkelman commented Dec 13, 2014

Sure, let's see what happens. I think I fixed the issue in libuv that was preventing NTFS junctions from working robustly.

vtjnash added a commit that referenced this pull request Dec 13, 2014
WIP: use shared symlink pkg cache on Windows newer than XP
@vtjnash vtjnash merged commit 99a038b into JuliaLang:master Dec 13, 2014
@tkelman tkelman deleted the patch-5 branch December 13, 2014 06:44
tkelman added a commit that referenced this pull request Dec 2, 2015
The directory junctions created by `symlink` are proving too problematic with respect to network drives.
This essentially reverts #7361. Ref #14026 and #14205.
tkelman added a commit that referenced this pull request Dec 2, 2015
The directory junctions created by `symlink` are proving too problematic with respect to network drives.
This essentially reverts #7361. Ref #14026 and #14205.
(cherry picked from commit 61d1087)
ref #14225
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants