-
Notifications
You must be signed in to change notification settings - Fork 136
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
python3 Support #92
Comments
I am extremely close to having this done but I am having issues with 2.6. It may be that I do not have the best test platform for it but I am still digging in. With that said, I argue that we really do not need to support 2.6 anymore. I think that is an acceptable break. Thoughts? I'll keep trying to fix it in the mean time |
Just another followup, My changes don't break 2.6 per se. I couldn't get it to work with 2.6 even with the current version! Seems to be a known issue (see #46). I guess it is therefore out of scope here. And there really is no need to support 2.6! |
Is this project dead? I hope not. I like the simplicity of the model compared to other large file support systems. |
I haven't had the motivation to go back and fix the few things. I developed an alternative with a few more features but I lost steam. I've considered parring it down and releasing it. It's basically like git-fat but uses fewer command chains and does more logic in Python. And the biggest thing is that it lets you keep data on the server only. And support rclone Are you interested? I haven't found the time to do it but it shouldn't be to hard to get to early beta. |
I'm certainly curious. I just found this: https://github.com/ciena-blueplanet/git-fat but it also appears to be defunct :( |
Hi, sorry to be unresponsive. The simple state is that this project's test suite isn't sufficient for me to be able to quickly review PRs and I'm stretched super thin these days. I'm not using git-fat in any current projects and I feel it's more important to ensure that all former users continue to be supported without surprises than to deliver new features. Yes, Python-3 support is super overdue, and I'd definitely have finished if I were using git-fat. The best case scenario in my opinion would be for someone else to take over maintainership. Second best would be to solicit contributions that improve testing. |
Can someone take over this project? Python3 support is urgently needed. I don't know enough python to take over. Otherwise I would have. Git-fat is the simplest way to large files with git. |
I had pull request #95 but didn't finish. I kind of lost steam and it didn't feel worth it. I also started my own project that was heavily inspired by git-fat but worked with rclone. It was pretty much down but I decided to abandon it since there were some edge cases I didn't want to deal with and it was large and complex. I started a simpler one but also gave up. The issue is, there is a lot of complexity and keeping up with the latest APIs. Plus, I kept finding that my use case didn't match others. My SuggestionI think the best answer is to use git-lfs with a custom transfer agent to git the best of both worlds. You get the support, documentation, etc of git-lfs with the custom storage of git-fat. And there are a few options including an alpha/beta one I wrote!
|
Thank you for your reply. When I tested last time, none of these plugin supported simple ssh. the 'rsync-agent' is simply flawed. It uses tmp directory to transfer the file completely ignoring the $TMPDIR variable. This breaks our server which has small tmp size. Which one has ssh support and a replacement for git-fat? Did not try your tool. But lsf-folderstore is not transparent and requires git configuration. Frankly, there is no replacement for git-fat I could find. git-lfs is simply evil. Also almost all of them will try to reconsitute the entire fat objects. Here are the crucial features I need:
|
Has anyone tried using 2to3 to support python3? |
python2 is EOL Jan 1, 2020.
I am going to see what is involved in updating
git-fat
but even if I can't it is good to have an issue open to track progressThe text was updated successfully, but these errors were encountered: