|
|
|
|
|
by aidos
4428 days ago
|
|
At any scale, git is probably not going to be your best bet. svn might actually be a better option as it allows you to checkout just the parts of the repository that you need. More crucially, it doesn't keep the entire history locally (just working copy and a the latest(ish) version in the repository). This really starts to matter when you have 200mb PSDs. There are probably even better options out there (though previous searches didn't reveal anything I particularly got on with) - there are certainly better options than git. Ideally something based around the dropbox model (doing block level deduplication) would be wonderful. Maybe such a product exists? |
|