Kentzo / git-archive-all

A python script wrapper for git-archive that archives a git superproject and its submodules, if it has any. Takes into account .gitattributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing files in zip - windows 8

duane5000 opened this issue · comments

The created artifact is missing several files. The initial reported pattern does not appear to be consistent, but there are folders and files missing. Log and screenshots submitted to your email

Running with Python 3.4.4
python c:\git-archive-all\git_archive_all.py -v --no-exclude --force-submodules source.zip > source.zip.log

The log created shows all files compressed except those that were missing and throws no errors during the process

The missing files were discovered to be untracked in git; git ls-files proved this to be the case. Closing