git-annex/doc/design/assistant/windows.mdwn

18 lines
456 B
Text
Raw Normal View History

2012-05-27 01:11:19 +00:00
See [[todo/windows_support]]..
## symlinks
Apparently new versions of Windows have something very like symlinks.
(Or really, 3 or so things not entirely unlike symlinks and all different.)
Stackoverflow has some details.
Make git use them, as it (apparently) does not yet.
(What **does** git do on Windows when it clones a repo with symlinks?)
## POSIX
Lots of ifdefs and pain to deal with POSIX calls in the code base.
Or I could try to use Cywin.