Version Control System for Anime Studio projects

Have you come up with a good Moho trick? Need help solving an animation problem? Come on in.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Version Control System for Anime Studio projects

Post by Genete »

Hi!
I'm lately hugely involved in codinganother animation 2D vector program (open source) and for code control I use git.
Git is a fast version control system for general propose. Although it is widely used in code version control it is perfectly usable in controlling the different versions of the an animation project during its development. This is an example of complex project controlled by git.
Also git works very well with text files allowing to see the file changes by entries in the diff format.
There are lots of version control system but git is the one we use.

Please, instead of save with cryptic names every file version of the project, try to use a version control system. It is pretty easy to create derivative work without loose the current work and everything that is under git control is updated when you move the head of the repository to a different place.

Additionally, it is possible to create remote repositories (even private) to upload the changes and allow development in a collaborative and very easy way.

I think that any professional that want to speed up production should work using a version control system.

I hope this helps. :)

-G

PS: it can look like a spam post but it isn't. I'm serious guys.
User avatar
funksmaname
Posts: 3174
Joined: Tue May 29, 2007 11:31 am
Location: New Zealand

Post by funksmaname »

Thanks for posting Genete - I will deffinately look into this... :)
Post Reply