Closed DanTup closed 10 years ago
Hi @DanTup - thanks for posting this issue - very comprehensive and clear it is too. This is an issue we are aware of. The problem is that legacy builds contain files that have characters that are not valid on Windows (mostly containing colons). We have to leave these files in place otherwise the old versions of Angular docs would not work properly. Since there is no need for anyone outside of the core team to make changes to this repository (infact it is updated automatically by a script when we do a release) this is not really a problem for us.
If you want to checkout this repo on Windows you could always add lines to the .gitignore, locally for the old docs...
I suspect this is related to filesystem case sensitivity, but if you clone this repo on Windows, it has a ton of untracked files before you've done anything.
I suspect this won't bother you, but it means having a checked out version of this repo and updating it on Windows is impossible. All commands like
git reset
andgit clean
do weird things, always leaving the repo in a dirty state; impossible to make clean.Here's the output of a
clone
/`status`` on a clean Windows VM: