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

symlink usage prevents tilemill from running on windows XP #1096

Closed
springmeyer opened this issue Jan 7, 2012 · 4 comments
Closed

symlink usage prevents tilemill from running on windows XP #1096

springmeyer opened this issue Jan 7, 2012 · 4 comments
Labels
Milestone

Comments

@springmeyer
Copy link
Member

While Windows Vista and 7 support symlinks, XP does not. This quickly halts key TileMill data i/o from working.

Ideally we could support Windows XP, because it is still in use just as much as Windows 7.

The errors TileMill throws can be replicated like:

@yhahn
Copy link
Contributor

yhahn commented Jan 7, 2012

lol no symlinks in XP???

We'll need to have a similar tactic in millstone if we want to support XP then.

@springmeyer
Copy link
Member Author

Monkeypatching the index.js "fixes" millstone as well it seems. I'm sure updates are broken but initial copy works.

@springmeyer
Copy link
Member Author

like #1113, closed by not using symlinks in d4743ac. We can re-open new tickets on symlinks if we ever decide to open this pandora's box.

@kkaefer
Copy link
Contributor

kkaefer commented Jan 23, 2012

While symbolic links don't work on Windows XP, junction points do. Junction points can only point to other directories, but that should be something we can handle.

This will probably need to be implemented in libuv

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

3 participants