Question
I'm looking for good suggestions on how to implement version and source control for web projects.
I've looked into subversion, but it seems to only take care of code. I'm really looking for something that can do good version-ing, branching, archival, etc. with not only source code, but other web assets like art files, movie clips, and even database backups.
We work in a mixed mac/pc environment, so Visual Source Safe or anything purely PC based would be a no go. Any help?
Answer
All the source control systems I've used (CVS, subversion, git) will handle binary files as well as text. If you're working with designers with limited version control experience, right now subversion has a better choice of GUIs. On the PC, there's no substitute for TortoiseSVN, and for the Mac I've heard good things about Versions.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/6068/" >Source control for web projects< /a>
0 comments:
Post a Comment