Subversion (SVN)

Understanding the Trunk, Branches, and Tags hierarchy of Subversion

Subversion (SVN) is one of the most used source control tools for both small and large projects. I am not going to go into the benefits of using Subversion or any source control system in general, instead lets jump right into best practices for organizing your project in Subversion and how it can benefit you,

Tips & Tricks: Ignoring folders and file types with Subversion

Subversion (SVN) is a popular version control system used by developers. Often a developer will find that they have folders or files within their project that they do not want to have saved and versioned. To accomplish this svn provides the ignore property which can be set to tell what not to include. How to