▲ | linhns 5 days ago | |||||||||||||||||||||||||||||||
> People should use the VCS that's appropriate for their project rather than insist on git everywhere. But git is likely to be appropriate almost everywhere. You won’t just use svn just for big file purposes while git is better for everything else in the same project | ||||||||||||||||||||||||||||||||
▲ | flohofwoe 5 days ago | parent [-] | |||||||||||||||||||||||||||||||
The thing is, in a game project, easily 99% of all version controlled data is in large binary files, and text files are by far the minority (at least by size). Yet still people try to use git for version control in game projects just because it is the popular option elsewhere and git is all they know. | ||||||||||||||||||||||||||||||||
|