Up-to-date LFS implementation #7032
Unanswered
OpexHunter
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Do you want to invoke the git-lfs executable? Or do you want the lfs machinery to be in process? (Or do you care?) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need a VCS in my C++ application, updating Git LFS applications would be very convenient.
Using GitLFS seems like a very convenient off-the-shelf cross-platform solution for application versioning, it's disappointing that it's hard to come by.
I haven't found any ready implementation/understandable instructions on how to implement LFS filters.
I also see articles mentioning other problems with using separate processes for each file and limited file download size, due to the fact that the file is collected in RAM before writing.
The RAM problem is not so bad for me.
But I haven't found a solution to the process problem.
I would like to support LFS, but I don't fully understand how complicated it is.
In any case I would have to write my own VCS system for the application and that would be easier.
But I see LFS in libgit2 as more promising and would like to make it more accessible if it doesn't take too long.
Beta Was this translation helpful? Give feedback.
All reactions