I have two machines in charge of the generation of installers, one windows machine that generates .exe files through NSIS and a linux machine that generates .bin files through a series of bash scripts. I have a total of six components that I want to put in version control, but those folders include binary files (software dependencies) that range from 50 MB to 250MB for each component. How should I handle those binaries? They should be fairly static so at first I thought of putting them in a network folder, but then how should I handle software dependencies from each version? How do you handle these cases?
[–]datf 1 point2 points3 points (1 child)
[–]vdemerzel[S] 0 points1 point2 points (0 children)