How do I manage large art assets appropriately in DVCS?
These are some thoughts I’ve had on this matter of subject. In the end you may need to keep assets and code as separate as possible. I can think of several possible strategies: Distributed, Two Repositories Assets in one repo and code in the other. Advantages In web development context you won’t need to clone … Read more