You're right, I should add that we're developing it actively and currently use it at our studio for 2+ years now. While we were building it to improve our pipeline internally, we realized it's this is also problem a handful of other Artists and Studios had so we spun it off into an open source project of its own. The…
VCS: A version control system has it roots in programming.. when multiple people work on several text files any changes on the same file will be "overwritten" by the last one who changes this. So in a VCS everyone has an own version which then are tried to merge.. if there are changes in different location of a text file…