Version Control for Designers

software-recversion control

All you programmers are spoiled with an organized development cycle.

Is there any version control designer-type solution for keeping track of multiple editors?

Best Answer

Subversion can be used for "designer" files/documents as well. It keeps track of versions, alterations and updates in files as you and your colleagues work on them.

You can organize your projects in a single repository as folder structure in multiple repositories. There are some free client tools out there, like TortoiseSVN for Windows or SVNX for Mac OS X.

Here is a tutorial to Subversion written from a designer's perspective: Subversion Workflow For Designers

Related Question