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

revisit supporting symlinks on win7/8 #1504

Closed
springmeyer opened this issue May 31, 2012 · 3 comments
Closed

revisit supporting symlinks on win7/8 #1504

springmeyer opened this issue May 31, 2012 · 3 comments

Comments

@springmeyer
Copy link
Member

As of node 0.7.9...

It appears the libuv is better now at detecting symlinks: igorzi/libuv@4c5b70f

And node can create symlinks as junction points:
nodejs/node-v0.x-archive@39e2552

@springmeyer
Copy link
Member Author

Actionable things are to test node 0.7.9 on windows 7 (revisiting the permissions issues we saw with deleting symlinks), and also revisit whether we can cleanup Mapnik's hold of various files better to avoid problems deleting them (basically figure out if this was the problem in deleting symlinks rather than node specific issues with how they were created).

@springmeyer
Copy link
Member Author

interesting seeing boost struggle with this as well: https://svn.boost.org/trac/boost/ticket/4153

springmeyer pushed a commit that referenced this issue Sep 13, 2012
… symlinks on vista and above and millstone will handle falling back to copying for XP - refs #1504
@springmeyer
Copy link
Member Author

with millstone changes (linking files instead of directories) and new node (v0.8.9) symlinks are now working great on windows 7, so TileMill 0.10.0 now uses then. Closing.

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