Subversion For Web Developers
Another technology that should be employed by every web developer is source control (also known as version control). Source control is the management of source code files with specialized software that keeps track of every single revision of your source. When implemented correctly, source control brings many benefits to the web developer in business, personal, freelance, or academic projects. In this article, I will outline the process of implementing source control, specifically Subversion, and I will discuss the reasons why you will never want to develop without it again.