Attaching binary files into repo

czaban
czaban
Hi, I have the following problem. I need to distribute the whole SDK with the particular branch. Almost each branch has the different SDK version. I would like to download SDK only when I downloading new branch what needs different version of the SDK. The SDK has 4GB. Is there any good way to do it. Now I have temporary solution with script taking all from additional share but it confusing all the time when you have separate access to the GIT and share.

Last updated

DougR
DougR
Multiple possibilities, each with tradeoffs. [LIST=1] [*]Git LFS [*]Put each SDK into it's own Git Repo and set a submodule reference to that specific repo on a per branch basis. [*]Script something that the developers can use to pull the correct SDK after they've cloned. [/LIST] I'm sure there are others.

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.

Post a reply
1622 views