-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use LFS for all new files added/changed #38
Conversation
This will use LFS for tracking new Zip files added/changed in the repository.
Thanks for relaunching the discussion on this topic. I'm not very knowledgable about Git LFS at the moment, so I was hoping someone would jump in, but so far it hasn't happened :-) When I first saw your issue, I noticed that there was still a 1GB limit, but I can't find any references about the limit anymore, did GitHub lift it? |
References are here in respect to repo limits: https://help.github.com/en/github/managing-large-files/versioning-large-files And here re lfs: https://help.github.com/en/github/managing-large-files/about-git-large-file-storage |
It probably doesn't really matter since these files very rarely change in practice... Also, git lfs requires end-users to install/enable it Also, not sure if the 1GB limit also applies to LFS, and it wouldn't move the existing files without rewriting the history, I think there's a script/command for that. |
I forgot this discussion ever happened, and I did the same. 😆 If all it means is that I have to pay $5/mo if it goes over, I'm not too worried about that. although, now I can't find where I saw that $5 number. The fact that people may have to install LFS worries me slightly more. Does anyone know how big of a deal that is? |
as long as you have decent tutorial on lfs here: https://github.com/git-lfs/git-lfs/wiki/Tutorial doesn't look like the intent is to migrate the existing archive to lfs, probably worth considering having one process for pulling bins because after this is done you'll get some bins with just a note that after migrate you can see the lfs content
if the entire archive is moving to lfs, i used |
@lordscarlet i have added notes to #44 with the result of trying to do the same, in short lfs is already over quota trying to checkout that branch, which was always going to be a risk with a full migration. |
This will use LFS for tracking new Zip files added/changed in the repository.
closes #27