S
S
Sergey2015-08-27 15:10:54
git
Sergey, 2015-08-27 15:10:54

What version control systems are used for projects with large files?

What version control systems are used for huge projects with huge files? Well, for example, when creating an animated film.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2015-08-27
@saboteur_kiev

in git you can also organize the versioning of large files
habrahabr.ru/post/255413
svn is suitable
and in general, it is easier to store huge files somewhere far away, and versions in the form of links.
The bottom line is that all version control systems are designed for text - so that you can do a diff, but it makes no sense to do a diff for media files, so it's easier to just drop them under some number (date), and store the history of changes in a text file / config .

S
sitev_ru, 2015-08-27
@sitev_ru

git

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question