git-annex/doc/bugs/fat_support.mdwn

12 lines
469 B
Text
Raw Normal View History

2010-11-12 00:00:49 +00:00
Klaus pointed out that there are two problems that keep
git-annex from being used on USB keys, that would typically
be VFAT formatted:
- Use of symlinks, which VFAT does not support. Very hard to fix.
2010-11-13 19:46:56 +00:00
One possibility is to add [[bare_git_repos]] support, then
a git repo on a thumb drive could be used to transfer data.
2010-11-12 00:00:49 +00:00
- Use of ":" in filenames of object files, also not supported.
Could easily be fixed by reorganizing the object directory.
[[!tag wishlist]]