version control on large files
Posted
by Dustin Getz
on Stack Overflow
See other posts from Stack Overflow
or by Dustin Getz
Published on 2008-11-08T20:20:14Z
Indexed on
2010/03/29
4:33 UTC
Read the original article
Hit count: 365
We happily use SVN for SCM at work. Currently I've got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them 'streamily' to keep memory usage sane), but it is SLOOWWWWW.
What asset management software do you recommend, for about a GB (and growing) worth of assets? We would prefer branching and merging (different assets & config files go to different customers).
© Stack Overflow or respective owner