Item of the Week: Subversion
on December 11, 2008 with No CommentsThis quarter of school has presented me with several team-based projects to complete. Most notably, there are a series of projects in XML and a complete Java-based networked game. The first, obvious, challenge was how to manage file control during development that was cheap (aka, free) and easy for everyone to get set-up, but could also be used for various projects.
I decided that the obvious solution was Subversion (SVN) which is a free, open-source, version control system. Thus far, it has answered the call. Beyond just the benefits of having a version control system, it is one that is well-supported with various UI-based tools and good help documents on the Internet.
